Suppose I have a python script called input_test.py:
first_name = input() print(name)
From another python script called main.py, I can run in