Sumita Arora Solution

5. Out of the following, find those identifiers, which can not be used for naming variables or functions in a Python program:
Price*Qty, class, For, do, 4thCol, totally, Row31, _Amount,

Price*Qty – Invalid class – invalid For – valid do – valid 4thCol – invalid totally – valid Row31 – valid _Amount – valid

5. Out of the following, find those identifiers, which can not be used for naming variables or functions in a Python program:
Price*Qty, class, For, do, 4thCol, totally, Row31, _Amount,
Read More »

error: Content is protected !!