#๐ HELP WHY DOES IT KEEP ASKING ME TO TYPE IN INPUT AND NOT CONTINUING
29 messages ยท Page 1 of 1 (latest)
@tepid ermine
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
Or just post it
name=""
while len(name) == 0:
name = input("Enter your name: ")
print(f"Hello {name}")```
with visual studio
Can you CTRL + C in your terminal, and rerun your code please?
Show the output you receive
This first then
Did it work @tepid ermine ?
Did you CTRL+C to kill the current script and rerun the code?
yes
I don't see a control-c. I see more attempts to run the code that aren't working beacuse vscode is just interacting with the old program again
click in the terminal area, then press Ctrl+C
So a lesson for you is, rerun your code for any new code changes ๐
Type !close to close this thread
!close
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.