+ 1
Sololearn output
Hello, How can I make my code work in sololearn properly? In pycharm works fine. https://code.sololearn.com/cCIbLeyBScni
2 Answers
+ 2
Your code probably works fine, however on sololearn all input is taken before the program starts, so sadly, this idea cannot be recreated in python. If you REALLY want to do it you can do it in web with brython or something
0
Thanks for the information. I was wondering if this could work somehow cause I have other codes with the same output. This brython solution seems to be nice, I will keep it in mind for the future.