วันจันทร์ที่ 21 กันยายน พ.ศ. 2558

Display elements (value) of array and its index.

def printArray(array):
   i = 0
   while( i < len(array)):
      print("index", i, "value", array[i])
      i += 1  
   
def setup():
   array = [3, 8, 44, -6, -2, 44, -5]
   printArray(array)
 
setup()

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

Link Video Presentation Resort Managemant System Project.

Video Presentation Resort Managemant System Project. จัดทำโดย พากษ์เสียง: คุณาสิน  ทองมณี  5801012620011 ลำดับภาพ: สุพิชชา  ศรีศิริ...