Answers for "take string input in python"

3

taking String input from user in python

User_Name = str(input("What is your name:- "))
print("Hi "+User_Name+" It's me python")
Posted by: Guest on July-27-2021
1

python text input

name = input("Input message here")
Posted by: Guest on February-11-2020

Python Answers by Framework

Browse Popular Code Answers by Language