Answers for "how to identify set list and tuple in python"

0

how to identify set list and tuple in python

#you can define list by seeing [] This braces
#you can define tuple by seeing () This braces
#you can define set by seeing {} This braces
Posted by: Guest on February-24-2022

Python Answers by Framework

Browse Popular Code Answers by Language