0
When I run this code it shows me no out put, why!?
import time for i in range(1,101): time.sleep(0.1) print ( 'hacking', i, '%') if i == 100: print ('hack successful ')
1 Respuesta
+ 1
It looks like line 4 with print on it is indented incorrectly, a space behind the line above