ตัวแปรชนิด Tuple ไม่สามารถเพิ่ม ลบ ค่าได้
Code: Select all
Tuple = ("Mindphp", "test", 10, 20)
del (Tuple[2])
print (Tuple[2])
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
Tuple = ("Mindphp", "test", 10, 20)
del (Tuple[2])
print (Tuple[2])
Users browsing this forum: Google [Bot] and 7 guests