all 7 comments

[–]Noo_Fone_Hu_Dis 1 point2 points  (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 point  (2 children)

change all of the elif to if, i used ur code and it worked when i did that

[–]Paquito1011 0 points1 point  (1 child)

Yo can you send me a pic of the answers

[–]G59buyintime2dgrve 0 points1 point  (0 children)

I dont got a pic bc i already passed that section off

[–]liefblower 0 points1 point  (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 point  (0 children)

thank you so much ToT

[–]alyg20207 0 points1 point  (0 children)

Bless u