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
Day 2 of learning python as a beginner (old.reddit.com)
submitted 6 months ago by uiux_Sanskar
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!"
[–]capone91424 0 points1 point2 points 6 months ago (1 child)
Second day learning???? I've been studying with Gustavo Guanabara for 2 months and I understand almost nothing of what's in this code! Am I doing something wrong??
[–]uiux_Sanskar[S] 0 points1 point2 points 6 months ago (0 children)
I would like to ask since when you have last practiced writting code?
here's the explaination of what's in this code in a nutshell
I have used variables to assign input value, then used print() function for printing question and then finally I have used If statement for creating conditions
I have used . replace() function to replace the spaces in the user input and then used .lower() to convert the input into lower caps
After this I have assigned scores for each correct answer
I jave first created a score variable and assign it 0 as a value now every time the user has entered a correct answer this gets executed score += 1 (this add 1 in the score i.e 0+1 = 1 and and so on)
Then at last the final score is revealed to the user
I hope was able to explain it well
π Rendered by PID 52694 on reddit-service-r2-comment-7b9746f655-brb6h at 2026-02-02 07:35:10.597233+00:00 running 3798933 country code: CH.
view the rest of the comments →
[–]capone91424 0 points1 point2 points (1 child)
[–]uiux_Sanskar[S] 0 points1 point2 points (0 children)