+ 4

Can anyone tell me one thing..?? what's wrong in this code????

this is the python code and it is for small break reminder....... https://code.sololearn.com/ct9uZ0llRMlw/?ref=app

20th Dec 2017, 4:39 AM
Chappie
Chappie - avatar
2 Answers
+ 4
1. Your python script is executed on remote machine (sololearn server) and it has it time limit I believe it less than 10 sec for operation 2. webbrowser will be opened also on the remote machine so there will be no output.
20th Dec 2017, 4:50 AM
Dima Makieiev
Dima Makieiev - avatar
+ 2
thanks
20th Dec 2017, 4:56 AM
Chappie
Chappie - avatar