Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

taking String input from user in python

User_Name = str(input("What is your name:- "))
print("Hi "+User_Name+" It's me python")
Comment

python input string

name = input("What's your name? ")
print("Hello, " + name + "!")
Comment

PREVIOUS NEXT
Code Example
Python :: dump data in json file and keep structure tabulation 
Python :: equivalent of ament_index_python in noetic 
Python :: qspinbox disable wheel python 
Python :: remainder identifying python 
Python :: Not getting spanish characters python 
Python :: how to create file using python cat command 
Python :: no module named base45 windows 
Python :: how to run pytest and enter console on failure 
Python :: function python to get the minimu and its position 
Python :: requirements.py for flask 
Python :: python trim string to length 
Python :: flask app starter 
Python :: Python Time object to represent time 
Python :: create new column using dictionary padnas 
Python :: modify string in python 
Python :: convert streamlit imageBytes = file.read() to image 
Python :: how to add numbers on top of bar graph in jupyter notebook 
Python :: how to calculate average in list python by using whil loop 
Python :: new column with age interval pandas 
Python :: import c# dll in python 
Python :: radix sort python 
Python :: masking function pyspark 
Python :: pandas write to csv without first line 
Python :: python counter get most common 
Python :: tensorflow binary cross entropy loss 
Python :: python sort string 
Python :: how to loop over day name in python 
Python :: python milliseconds to date 
Python :: pandas read excel 
Python :: python hex to bytes string 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =