Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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)
Source by inlarn.com #
 
PREVIOUS NEXT
Tagged: #Print #multiple #data #types #single #program #list #data #structures
ADD COMMENT
Topic
Name
6+3 =