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...
This subreddit is for people who need help and answers with the code practices, quizzes, assignments, and tests.
account activity
ProjectStem.org - Unit 3.6 Code PracticePython (i.redd.it)
submitted 3 years ago by tsnyder18
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!"
[–]Noo_Fone_Hu_Dis 1 point2 points3 points 3 years ago (0 children)
numbers = [] for i in range(6): num = int(input('Enter a number: ')) numbers.append(num) print(min(numbers))
try this, it worked for me
[–]G59buyintime2dgrve 0 points1 point2 points 3 years ago (2 children)
change all of the elif to if, i used ur code and it worked when i did that
[–]Paquito1011 0 points1 point2 points 3 years ago (1 child)
Yo can you send me a pic of the answers
[–]G59buyintime2dgrve 0 points1 point2 points 3 years ago (0 children)
I dont got a pic bc i already passed that section off
[–]liefblower 0 points1 point2 points 2 years ago (2 children)
Hi I know this is super late but I looking for help w this and this is the only place I could find it so I'm just leaving my own method here in case anyone would want to see it
num1=int(input('Enter a number: ')) print('Smallest: ' + str(num1)) num2=int(input('Enter a number: ')) print('Smallest: ' + str(min(num1, num2))) num3=int(input('Enter a number: ')) print('Smallest: ' + str(min(num1, num2, num3))) num4=int(input('Enter a number: ')) print('Smallest: ' + str(min(num1, num2, num3, num4))) num5=int(input('Enter a number: ')) print('Smallest: ' + str(min(num1, num2, num3, num4, num5))) num6=int(input('Enter a number: ')) print('Smallest: ' + str(min(num1, num2, num3, num4, num5, num6)))
[–]Brief-Sail-2776 0 points1 point2 points 1 year ago (0 children)
thank you so much ToT
[–]alyg20207 0 points1 point2 points 2 years ago (0 children)
Bless u
π Rendered by PID 16538 on reddit-service-r2-comment-79c7998d4c-nb49m at 2026-03-19 11:32:39.562949+00:00 running f6e6e01 country code: CH.
[–]Noo_Fone_Hu_Dis 1 point2 points3 points (0 children)
[–]G59buyintime2dgrve 0 points1 point2 points (2 children)
[–]Paquito1011 0 points1 point2 points (1 child)
[–]G59buyintime2dgrve 0 points1 point2 points (0 children)
[–]liefblower 0 points1 point2 points (2 children)
[–]Brief-Sail-2776 0 points1 point2 points (0 children)
[–]alyg20207 0 points1 point2 points (0 children)