Answers for "how to print a tuple in python"

1

how to print a tuple in python

tuple1 = ("car", "bike", "bus")
print(tuple1)
Posted by: Guest on January-04-2021

Code answers related to "how to print a tuple in python"

Python Answers by Framework

Browse Popular Code Answers by Language