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

error: Content is protected !!