Skip to content
CodeBook
Main Navigation
ToolBox
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
Tuple 元组
#
Python
Copy code
a = ('a', 1, 'x') print(a)
a = ('a', 1, 'x') print(a)