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