+ 2

Why at code playground just can have a input ???

i want get some input. how?

30th May 2017, 12:11 PM
mostafa_iran_dezfoul
mostafa_iran_dezfoul - avatar
4 odpowiedzi
+ 19
# In python : for String input : str = input("Input a String : ") for integer input : var = int(input("Enter a number : "))
30th May 2017, 3:15 PM
Dev
Dev - avatar
+ 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.
30th May 2017, 3:47 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
if it is a compiled language all inputs must be entered at runtime. otherwise "i unno"
30th May 2017, 12:37 PM
jay
jay - avatar
+ 1
python language at this app
30th May 2017, 3:11 PM
mostafa_iran_dezfoul
mostafa_iran_dezfoul - avatar