码迷,mamicode.com
首页 > 编程语言 > 详细

Learn Python 005: Random

时间:2017-07-11 01:01:39      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:class   learn   log   health   blog   int   logs   pre   pytho   

import random

health = 50

difficulty = 1

portionHealth = int(random.randint(20,50) / difficulty)

health = health + portionHealth

print(health)

 

Learn Python 005: Random

标签:class   learn   log   health   blog   int   logs   pre   pytho   

原文地址:http://www.cnblogs.com/mxyzptlk/p/7148249.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!