**Question:**New to Python and having trouble doing inputs as there is no time to put in the input before the rest of the program executes?
Repl link:
code snippet
**Question:**New to Python and having trouble doing inputs as there is no time to put in the input before the rest of the program executes?
Repl link:
code snippet
Hey @newhouseconnect, welcome to the forums!
Can you please provide a link to the repl? This isn’t normal behavior with the builtin input
function.
Also see this guide on how to share your code:
Thanks for this. I figured it out!
Hey @newhouseconnect. It’s great to hear that you’ve fixed your problem, but please provide an explanation to how you did, so that other people who have the same problem know the solution.
I opened the console screen so that I had a split screen with the programming on one side and the output on another.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.