def setup():
one = [12, 24, 26, 28, 32]
two = [14, 27, 29, 31, 34]
three = [25, 26, 27, 36, 39]
four = [16, 18, 15, 14, 13]
b = [one, two, three, four]
total(b)
def total(b):
i_f = 0
total = 0
while(i_f < len(b)):
i_r = 0
while(i_r < len(b[i_f])):
total = total + b[i_f][i_r]
i_r = i_r +1
i_f = i_f + 1
print("Total is",total)
setup()
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
Link Video Presentation Resort Managemant System Project.
Video Presentation Resort Managemant System Project. จัดทำโดย พากษ์เสียง: คุณาสิน ทองมณี 5801012620011 ลำดับภาพ: สุพิชชา ศรีศิริ...
-
- 1NF หรือ Fisrt Normal Form มีเงื่อนไขอยู่ว่า ต้องไม่มีคอลลัมน์ใดในตารางที่มีค่ามากกว่า 1 ค่า หรือที่เรียกว่า Atomic ซึ่งหมายถึง ข้อมูลที่...
-
https://docs.google.com/spreadsheets/d/10Y6o-h8dAAKf7MHTtGvQDBJuzGkAx_X0WYVgj2nB8v0/edit?usp=sharing จากภาพจะเห็นว่า - เก...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น