read a variable in python code example
Example 1: how to receive input from user in python
var = input("text: ")
Example 2: how to get user input python
x = input("enter prompt here: ")
var = input("text: ")
x = input("enter prompt here: ")