![]() |
#28
|
|||
|
|||
I used the time module to print out the current time. Example:
Code:
from time import clock . . . def WriteFlag(): # write the flag in the data file print "Movement Transition Made",clock() |
|
|