def setup():
name = ["Gun", "Rit", "Frame"]
ID = [32075, 32078, 32080]
age = [25, 25, 19]
weight = [62, 55, 58.2]
height = [1.74, 1.70, 1.73]
array(name, ID, age, weight, height)
def array(n, I, a, w, h):
i = 0
while(i < len(n)):
print(n[i], "ID =", I[i], "age =", a[i], "weight =", w[i], "height =", h[i])
i = i + 1
return array
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 จากภาพจะเห็นว่า - เก...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น