Life is short, You need Python! 霸气的口号! 今天我也开始学python了,毕竟不懂后端的前端不是好前端.之前有过‘世界上最好的语言’和JavaScript的学习经验. 现在学习python就不会像最初学习js那样苦哈哈的了,当然也有很多的不同点,需要转变一下思维. python的数据类型主要有: 一.Number Number又分为int,float,bool(布尔),complex(复数)几个子类型: 1.int 整型 1,10,100,111 2.flo…
笨办法学python第36节,我写的代码如下: from sys import exit def rule(): print "Congratulations! You made the right choice." print "But is also a terrible choice." print "You have to abide by the contract of the devil." print "Input you…