suppose tuple1 ={36,96,88,74} in php ,which of the following is incorrect ?
a) print(tuple1[3])
b)tuple1 [3]=45
c)print(min(tuple1))
d)print(len(tuple1))
Answers
Answered by
0
Answer:
b)
Explanation:
Its because the compiler wont understand the unicode of the keyword "print" that is not present brother
Similar questions