BUILDING SOFTWARE SYSTEMS I - Cpr.E
วันจันทร์ที่ 7 กันยายน พ.ศ. 2558
โปรแกรม สูตรคูณ
โปรแกรมคำนวณหาสูตรคูณแบบง่ายๆ
def multiplication_table(number): for i in range(1,13): print (i , "*" , number, "=" , i*number) def main(): number_input = int(input("Please enter numbers : ")) multiplication_table(number_input) main()
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น