Answers for "Print the multiple data types in a single program in list data structures"

0

Print the multiple data types in a single program in list data structures

list1 = ["welcome", "to", "inlarn"]list2 = [5, 50, 500,5000,50000]print(list1)print(list2)
Posted by: Guest on June-17-2021

Code answers related to "Print the multiple data types in a single program in list data structures"

Python Answers by Framework

Browse Popular Code Answers by Language