+ 1

Sololearn output

Hello, How can I make my code work in sololearn properly? In pycharm works fine. https://code.sololearn.com/cCIbLeyBScni

30th Sep 2019, 4:33 PM
Dionisios Papadimitriou
Dionisios Papadimitriou - avatar
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
30th Sep 2019, 4:51 PM
Airree
Airree - avatar
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.
1st Oct 2019, 6:22 AM
Dionisios Papadimitriou
Dionisios Papadimitriou - avatar