Write a Python Program to Create a Tuple with Different Data Types || Tuples || Python

In this we are going to see a basic program to Create a Tuple with Different Data Types in Python Programming Language.

tuplex = ("tuple", False, 3.2, 1)
print(tuplex)

# Code by Shrinivas

#ENJOY CODING

Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post