Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Create a Tuple

 pythonCopy>>> x = ("Python")
>>> print(type(x))
<class 'str'>
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #Create #Tuple
ADD COMMENT
Topic
Name
9+2 =