x का डेटाटाइप क्या है
What is the datatype of x ?
import numpy as np
a=np.array([1,2,3,4])
x= a.tolist()
A
int
B
array
C
tuple
D
list
Explanation
Correct Answer: D) list