Answers for "tuple in python with different datatypes"

1

tuple in python with different datatypes

tuple1 = ("abc", 34, True, 40, "male")
Posted by: Guest on September-25-2021

Python Answers by Framework

Browse Popular Code Answers by Language