Computer Science, asked by masattarsunnyoyp7ov, 9 months ago

Identify and correct the errors in the following statements:


i) elif = 12.5


ii) 1stnumber = 10


iii) hello = 6


iv) feeamt# = 6000​

Answers

Answered by deeptisingh67
2

Answer:

1 elif (a==12.5):

2 number1st=10

3 hello=6

4 feeamt=6000

in second and third identifiers cannot b started from any digit or special symbol other than underscore and identifiers do not have any special symbol other than underscore

Similar questions