0
Is there any way that we can to input box
In phyton
4 odpowiedzi
+ 3
Abdulsalam Adebayo ,
you can not do a custom input box in pure python.
in sololearn playground you will get an input box where you have to enter all required information in advance.
+ 3
Abdulsalam Adebayo ,
-> in sololearn playground we can only have one input box for all required values to enter. if you need e.g. values for name and age, put the input values in different lines
-> in a regular ide we can take multiple inputs just when they are demanded
0
Lothar l mean to put two input box
0