Skip to content

Commit 90f9b84

Browse files
authored
comment added
More clarification added to the code.
1 parent a89f688 commit 90f9b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleStopWatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
print('Press ENTER to begin, Press Ctrl + C to stop')
77
while True:
88
try:
9-
input() #For ENTER
9+
input() # For ENTER. Use raw_input() if you are running python 2.x instead of input()
1010
starttime = time.time()
1111
print('Started')
1212
except KeyboardInterrupt:

0 commit comments

Comments
 (0)