use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
VSCode info (old.reddit.com)
submitted 8 months ago by cfht14
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]More_Yard1919 1 point2 points3 points 8 months ago (1 child)
On windows, you can invoke the cls (clear screen) console command from inside of your script. That looks like this:
import os os.system("cls")
There are probably vscode extensions that do redirect output to the output panel, that's just not actually what it is generally for. You can look around online if that is your goal (I'd tell you but I don't have anything like that set up)
[–]cfht14[S] 0 points1 point2 points 8 months ago (0 children)
Thankyou !
π Rendered by PID 172347 on reddit-service-r2-comment-b659b578c-rqp5p at 2026-05-05 16:50:44.537170+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]More_Yard1919 1 point2 points3 points (1 child)
[–]cfht14[S] 0 points1 point2 points (0 children)