which of the following syntaxes can print the first item of an array a? group of answer choices print(a[1]) print(a,1) print(a,0) print(a[0]) in python

main.py
print(a[0])
12 chars
2 lines

related categories

gistlibby LogSnag