- 1
How can i give my code an input
7 ответов
+ 3
Use proper tags in your question.
I checked your profile and saw you just started learning..
first learn from sololearn courses .
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 2
Thanks
+ 1
int(input()) for python or for words just input()
+ 1
Use input()
Like A = input()
And if you want input in integer
Use
A = int(input())
Use str, float ,bool for different type of input
+ 1
Everyone here
+ 1
Who helped me