how to take input values in python code example Example: how to take input of something in python name = input("What is your name? ") print("Hi, " + name)