Run button doesn't work?
At initial stage the run button worked well.
But later it's not running I've waited too long to run But it didn't.
Kawsar016aiub
Finally it worked. Thanks for comments
Geocube101
Try scrolling down to the bottom of the console (strange but it works)
Repl.it prints things out to the bottom of the console and so you must scroll to the very bottom and then press run.
ArjunSS1
@Geocube101 That’s cool I had never seen this problem but if it is as you say @Kawsar016aiub can just run
import os os.system(‘clear’)
At the beggening of the code so they don’t need to scroll all the way down
Geocube101
yeah had weird issues where the console never updated because it was printed under old text
@ArjunSS1 yeah that should work
ArjunSS1
It ran for me just as whatwas expected
how do you mean it doesn't run? it runs fine for me