Computer Science, asked by arathore12345678, 9 months ago

Q1 Out of the following, find those identifiers, which can not be used for naming Variable or Functions in a Python program:

Total*Tax, While, class, switch, 3rdRow, finally, Column31, _Total ​

Answers

Answered by nandhakishorens369
4

Answer:

Total*Tax, class, 3rdRow, finally

Explanation:

No operators in variable(/,*,-,+)

No key words (while, class, finally, try, except....)

No starting with number

While is perfectly OK as python is CASE SENSITIVE!!!!!

(NOTE THE CAPITAL 'W')

PLEAS...MARK BRAINLYEST

Similar questions