c=0
list=[55,82,70,46,53,65,33,87,73,67]
for i in range(10):
if _____:
c = c + 1
print(“列表list中小于60的数的个数为:”, c)