InterviewSolution
Saved Bookmarks
| 1. |
Out of the following, find those identifiers, which cannot be used for naming Variables or functions in a Python program: Total * Tax, While, Class, Switch, 3rd Row, finally, Column 31, Total. |
|
Answer» Total * Tax, class, 3rd Row, finally |
|