Computer Fundamental
5801012630092 Thanyanan Aiamsamang
วันพุธที่ 16 กันยายน พ.ศ. 2558
Lab 4x : Multiplication tables
def setup():
n = 1
m = 12
x = 18
print("Multiplication of ",x)
while (n<=m):
sum = x*n
print(x," * ",n," = ",sum)
n = n+1
setup()
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น