print results
This commit is contained in:
parent
625b7926eb
commit
77490bae60
@ -25,3 +25,5 @@ except KeyboardInterrupt:
|
|||||||
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
|
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
|
||||||
else:
|
else:
|
||||||
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
|
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
|
||||||
|
for key, value in dt:
|
||||||
|
print(key,",",value)
|
||||||
|
@ -31,3 +31,5 @@ except KeyboardInterrupt:
|
|||||||
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
|
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
|
||||||
else:
|
else:
|
||||||
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
|
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
|
||||||
|
for key, value in dt:
|
||||||
|
print(key,",",value)
|
||||||
|
@ -25,3 +25,5 @@ except KeyboardInterrupt:
|
|||||||
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
|
dt[strftime("%m/%d/%Y, %H:%M:%S")] = 1
|
||||||
else:
|
else:
|
||||||
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
|
dt[strftime("%m/%d/%Y, %H:%M:%S")] +=1
|
||||||
|
for key, value in dt:
|
||||||
|
print(key,",",value)
|
||||||
|
Loading…
Reference in New Issue
Block a user