How To Take User Input In Python

Share:

How To Take User Input In Python😉 




1.Take Any Variable & Then Write Input And Then Write Question in it which you what to ask from the user 
2.Then print the variable of which you can taken before  


The Code Is:

name = input ("Type Your Name: ")
print("Welcome  "  +   name )

Output:

Type Your Name: Najwa
Welcome  Najwa