Weird thing happens in Python code playground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Weird thing happens in Python code playground

Every time when I look at a code in the SoloLearn Python code playground the input function always runs first without knowing what it is inquiring. I just want to know if it is just a little bug or if there’s anything wrong with my computer.

21st Aug 2019, 10:07 PM
Henry
Henry  - avatar
3 Answers
+ 7
We're working on it.
21st Aug 2019, 11:35 PM
Jella
Jella - avatar
+ 4
That's how SL input works. It collects all inputs first then distributes them to the different input()s
21st Aug 2019, 10:26 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Thanks !
22nd Aug 2019, 2:53 PM
Henry
Henry  - avatar