+ 1

How to fix it

Hello. I have one problem. How to make it possible for the user to keep a number of data. I write input () on the python and I can’t keep the data; only text is displayed It is my code https://code.sololearn.com/cViAjDBpikhM/?ref=app

18th Nov 2019, 11:51 AM
Manuchehr
Manuchehr - avatar
1 Odpowiedź
+ 3
x = input() Input is stored in x, and then you can access it. print(x)
18th Nov 2019, 12:09 PM
HonFu
HonFu - avatar