0

(Python)How to make a program work here?

I’ve tried to share sth that I wrote, which requires users input() and it works on Visual Studio Code. But when I run it here, it keep giving me error codes. Can someone please explain to me, what did I do wrong? Cheers

29th Jun 2024, 11:06 AM
Coco Py
1 Réponse
+ 4
link your code. without seeing your code, we can only guess. mind that sololearn's python playground is not interactive. you need to submit all inputs in the beginning of the program into the pop-up window. separate multiple inputs by line break. note the info text displayed in the input window
29th Jun 2024, 12:04 PM
Lisa
Lisa - avatar