Question: What will this code do when you run it ? var 2 = [ a , b , c

What will this code do when you run it?
var2=["a","b","c"]
var2_type = type(var2)
print(var2_type)
1 point
Print the string "var2_type" to the screen
Indicate that var2 contains list data
Change the data type of var2
Output the characters "a","b", and "c" to the screen

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!