+ 2
Why at code playground just can have a input ???
i want get some input. how?
4 Réponses
+ 19
# In python :
for String input :
str = input("Input a String : ")
for integer input :
var = int(input("Enter a number : "))
+ 7
It would require constant two-way communication between the code executed in a virtual machine (code playground) and your mobile (Sololearn application). Not really a sustainable connection in a so-far-free application, I'm afraid.
Code Playground puts your code to the remote interpreter all at once and listens to the result returned. That's it.
+ 3
if it is a compiled language all inputs must be entered at runtime. otherwise "i unno"
+ 1
python language at this app