Share your repls and programming experiences
do anyone has ideal what is wrong with snytax
You'll have to switch over to python 2.7 to use time.clock(). It has been deprecated for python 3.8 and up.
time.clock()
Also please use ask for questions like this, this is share you share finished projects or ideas here.
You'll have to switch over to python 2.7 to use
time.clock()
. It has been deprecated for python 3.8 and up.