Computer Science, asked by neelimanayak22, 6 months ago

Find the erorr of the following
Update student=('adc'10)

Answers

Answered by Kaushikkalesh
0

Correct Version of Update student=('adc'10) :

Update student=('adc', 10)

(Note - Tuples require Commas to separate each item)

Similar questions