How do you execute a function, while the program is still taking input from the user, because all the code after user_input = input() is not run until the user
user_input = input()