+ 1
How can I name an input??
I wont to make an imput be a variable
2 Respuestas
+ 3
a=input("username: ")
print(a)
//a is the variable that holds the input
+ 1
i found It out. u just have to write
a=imput("")
I wont to make an imput be a variable