Database Systems
by T.S.
วันพฤหัสบดีที่ 18 สิงหาคม พ.ศ. 2559
Command line argument
ลอง ใช้ sys ในการรับค่าผ่านทาง terminal
import sys
a = int(sys.argv[1])
def setup():
i = 1
while(i<13):
c = a*i
print a," x ",i," = ",c
i += 1
setup()
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น