How can I use local variables outside the function without calling the function in Python?
for example:
def a(): x = input(\'name: \')
print(name)