I am a beginner Python developer and I am making a text-based adventure game. I am at the point where I am setting up a time system for the game. I want to add one minute to the game for every second that passes in real-time. So essentially, I want to run a loop indefinitely while the rest of the code is also executed.
This is what I have so far. It seems that it is looping and adding time to stor_time, but it does not continue everything else below it. How can I fix this? Thank you!
input()call...