首页 > 其他 > 详细

ex13

时间:2016-11-17 13:16:09      阅读:240      评论:0      收藏:0      [点我收藏+]
 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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!