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…
Posted inPython