print results

This commit is contained in:
Torma Kristóf 2021-04-25 13:03:26 +02:00
parent 625b7926eb
commit 77490bae60
3 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,5 @@ except KeyboardInterrupt:
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
else:
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
for key, value in dt:
print(key,",",value)

View File

@ -31,3 +31,5 @@ except KeyboardInterrupt:
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
else:
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
for key, value in dt:
print(key,",",value)

View File

@ -25,3 +25,5 @@ except KeyboardInterrupt:
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
else:
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
for key, value in dt:
print(key,",",value)