Create 3 Tuples programme in python
Answers
Answered by
2
Hey mate..
=========
This program is to create 2 tuples in a program:--
>>> #Create an empty tuple
>>> x = ()
>>> print(x)
>>> #Create an empty tuple with tuple() function built-in Python
>>> tuplex = tuple()
>>> print(tuplex)
#racks
=========
This program is to create 2 tuples in a program:--
>>> #Create an empty tuple
>>> x = ()
>>> print(x)
>>> #Create an empty tuple with tuple() function built-in Python
>>> tuplex = tuple()
>>> print(tuplex)
#racks
Róunak:
is it okay try in your computer
Similar questions
English,
8 months ago
Accountancy,
8 months ago
Math,
8 months ago
Math,
1 year ago
English,
1 year ago