摘要:
作业:数字是否是10的整数倍,如果是,计算出是10的多少倍,如果不是就输出提示! number = int(input("Enter a number,and I'll tell you determine if the number is a multiple of 10: ")) if numb 阅读全文
摘要:
之前用while循环写了一段代码,现在改为用for循环来写,代码如下: hongtao_age = 38 for i in range(5): guess_age = int(input("Please guess the hongtao's age: ")) if guess_age == hon 阅读全文