Hello I was confused about this code because purely from a technical stand point it should work

后端 未结 0 960
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 07:30

This is supposed to take three int values, and give you the LOWEST amount

num1 = int(input())
num2 = int(input())
num3 = int(input())

if (num1 < num2) and (nu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题