题解 | #被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.")
    
全部评论

相关推荐

不愿透露姓名的神秘牛友
07-04 14:35
点赞 评论 收藏
分享
头顶尖尖的程序员:我也是面了三四次才放平心态的。准备好自我介绍,不一定要背熟,可以记事本写下来读。全程控制语速,所有问题都先思考几秒,不要急着答,不要打断面试官说话。
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务