【发布时间】:2022-01-21 04:25:49
【问题描述】:
one = int(input("Type a number"))
two = int(input("Type a second number"))
three = int(input("Type a third number"))
four = int(input("Type fourth number"))
num = [one,two,three,four]
如果num中的任何变量大于或等于7,它会打印(“yes”),否则,它会打印(“no”)?另外我不确定我是否正确列出了列表。
【问题讨论】:
标签: python python-3.x list