0
Input in python (playground)??
if i try smth like x=int(input("...:")) on the code playground it would just say "ur programm needs input" and if i type smth in it wouldnt work
6 Respuestas
+ 6
I think it happens on multiple input.
+ 6
Use only one input in your code and ask the user to write each input after a comma (or something else) and then split it with string operations.
+ 5
Yes.
+ 1
mhm? well i tried it on a simple one and it worked fine but on more complicated ones it doesnt work
+ 1
is there a solve or simple conclusion?
+ 1
good idea, thx :)