python:实现一个简单的秒表应用程序
import time
print("Press ENTER to begin, Press Ctrl + C to stop")
while True:
try:
input() # For ENTER. Use raw_input() if you are running python 2.x instead of input()
starttime
import time
print("Press ENTER to begin, Press Ctrl + C to stop")
while True:
try:
input() # For ENTER. Use raw_input() if you are running python 2.x instead of input()
starttime