I would try the programming language Python 3 course and but then this error came: ‘Lost connection to Codecademy’. Does someone knows a solution?
Browser: Google Chrome
Please help me and others with this problem.
I would try the programming language Python 3 course and but then this error came: ‘Lost connection to Codecademy’. Does someone knows a solution?
Browser: Google Chrome
Please help me and others with this problem.
Try refreshing the page, checking your internet connection, or sitting and waiting. Happens to me a lot.
I have tried to refresh quite a lot of times and has cleared the browser data and even changed a new browser from google chrome to IE Edge, still does not work.
Do you possibly have an infinite loop? I can’t see the rest of your code, but I see your while
loop depends on the value of count
, but you’re decreasing the value of countdown
. Does the value of count
change too?
yes I think i might accidentally create an infinite loop !
Thanks for the advice!