题解 | #牛牛的抽奖游戏#
牛牛的抽奖游戏
https://www.nowcoder.com/practice/9c9300f7ecbb41f49c3e8727b4948038
k="Give up!" while True: s=int(input()) if s==3: k="Congratulations!" if s<0: break print(k)
牛牛的抽奖游戏
https://www.nowcoder.com/practice/9c9300f7ecbb41f49c3e8727b4948038
k="Give up!" while True: s=int(input()) if s==3: k="Congratulations!" if s<0: break print(k)
相关推荐