Login
Remember
Register
Ask a Question
Which of the following declarations is incorrect in python language?
0
votes
asked
Jan 18, 2021
in
Python
by
SakshiSharma
Which of the following declarations is incorrect in python language?
i) xyzp = 5,000,000
ii) x y z p = 5000 6000 7000 8000
iii) x,y,z,p = 5000, 6000, 7000, 8000
iv) x_y_z_p = 5,000,000
#python-declaration
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 18, 2021
by
SakshiSharma
ii) x y z p = 5000 6000 7000 8000
...