1.

arr = [1,2,3,4,5,6]
print(a[::2])
12.Which of these is not a core data type?

A. List
B. Tuple
C. Dictionary
D. Class
Answer» E.


Discussion

No Comment Found