Hi, I'm mithushan. In this blog I am writing what I learn from online or other resources.

Friday, December 31, 2021

Getting input in Python

 Get String input Statement

 Source code

 name=input("Please enter your name : ")

 print("Your name is " , name)

 Output 

 Please enter your name : mithu


 Your name is :  mithu

No comments:

Post a Comment