题解 | #被8整除的数字#

被8整除的数字

http://www.nowcoder.com/practice/50abf52eda1b438aa8ba0663865ca86f

active = True

while active:
    print("Please enter a positive integer!\nEnter 'quit' to end the program.")
    x = input()
    if x == 'quit':
        active = False
    elif (int(x)%8 == 0):
        print(f"{x} is a multiple of 8.")
    else:
        print(f"{x} is not a multiple of 8.")
    
全部评论

相关推荐

今天 13:29
已编辑
湖南铁道职业技术学院 后端
小红书 后端选手 n*16*1.18+签字费期权
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务