码迷,mamicode.com
首页 > 其他好文 > 详细

ex13

时间:2016-11-17 13:16:49      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:script   cal   log   class   height   led   code   ble   color   

 1 from sys import argv
 2 
 3 script, frist, second, third = argv
 4 
 5 print ("the script is called:",script)
 6 print ("Your frist bus is:",frist)   
 7 print ("your second variable is:",second)
 8 print ("your third variable is:",third)
 9 
10 x = input("your height?")
11 
12 print (int(float(x)))
 

 

ex13

标签:script   cal   log   class   height   led   code   ble   color   

原文地址:http://www.cnblogs.com/jiangzhipeng/p/6073226.html

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