标签: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)))
标签:script cal log class height led code ble color
原文地址:http://www.cnblogs.com/jiangzhipeng/p/6073226.html