Question 2
What is the data type of variable x in the following code?
x = [1, 23, āhelloā, 1]
List
Dictionary
Tuple
Array
Question 3
Which of the following function convert a string x to a float in python?
int(x [,base])
long(x [,base] )
float(x)
str(x)
Question 4
Which Python datatype maintains the order of elements inserted?
set
list
dict
Both B and C
There are 4 questions to complete.