+ 1
Can anyone tell me why Time before and after execution is same?
2nd code on my wall https://code.sololearn.com/cOBZxhrJX41E/?ref=app
3 Réponses
+ 4
I think its because of the way SoloLearn compiles the code, it works fine in the python IDLE that I used.
+ 4
Cause the program is compiled in less than a second. Maybe if you put an input and wait some time might change, but won't work in SL cause it asks for input at the begining of the program. You should try in the python IDLE.
- 1
put the first print time at the begining of the code, before the file open and see the difference