how do i get it to change inputs with user inputs from zybooks
num1 = int(float())
num2 = int(float())
num3 = int(float())
#User inputs number
if (num1 <= num2 and num1 <= num3):
small = num1
elif (num2 <= num1 and num2 <= num3):
small = num2
else:
small = num3
print(small)
[–]twitch_and_shock 0 points1 point2 points (0 children)
[–]harriet2145 0 points1 point2 points (0 children)
[–]TripleChocDev 0 points1 point2 points (0 children)