0
Can I somehow pause (stop execution) my code?
I know there is setTimeout, but I need something like time.sleep in python. Is it even possible?
3 Réponses
+ 2
You could use while loop
https://code.sololearn.com/WdGD0vd2v3E5/?ref=app
+ 1
Thanks. Is there any way to put it into a for/while loop?