There is an error in this code...
time.sleep(5)
print ("Loading Successfull")`
When I run this code an error pops up it says:
NameError: name 'time' is not defined
I think I dont need to define time
I've recently have used this command it never said TimeError
it's happening first time
print ("-----------------Welcome to Digits counter-----------------")#Welcomes the user
print ("")
print ("Loading...")
time.sleep (3)
print("Load Sucessfull")