{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "(ch3-1)=\n", "# Tuples (ทูเพิล)\n", "\n", "ในบทนี้ คุณจะได้เรียนรู้เกี่ยวกับ Tuple ในภาษาไพธอน และทำความรู้จักกับ Tuple ว่าคืออะไร เรียนรู้วิธีการประกาศและการใช้งาน Tuple นอกจากนี้ ยังจะอธิบายถึงการใช้งานเมธอดและฟังก์ชันต่างๆ ของ Tuple\n", "\n", "Ref: \n", "\n", "* https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences\n", "* https://realpython.com/python-lists-tuples\n", "* https://realpython.com/python-sort" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "