how to take user input in python?

how to take user input in python?String as user input in python Name=input(“What is your name ?\n”)print(“My name is”, Name,”.”)OutputWhat is your name ?ShivMy name is Shiv .integer number as user input in pythonAge=int(input(“How many old are you? \n”))print(“I am…

This Question has been answered. 

Please Login or Register to See The Answer