当前位置:   article > 正文

Python案例006——骰子模拟器_press 1 to roll the dice or 0

press 1 to roll the dice or 0
  1. # 引入生成随机数模块
  2. import random
  3. while int(input('Press 1 to roll the dice or 0 to exit:')): # 输入1开始投掷,输入0退出
  4. print(random.randint(1,6))

效果如图

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/92155
推荐阅读
相关标签
  

闽ICP备14008679号