0
Python trial has bugs
why does the python code trial module in the app not behave as in normal terminal, especially with loops?
1 Answer
+ 2
Can you send me an example? The Python compiler in Sololearn isn't very powerful. It only allows simple console applications. I made that mistake when I made a 300 line virtual assistant with URLlib. It could be library has some tricky bits in it. As far as I'm aware Sololearn has (I think) a 10 second max run time, because of that methods like 'time.sleep()' and maybe 'trial' methods don't work either.