Computer Science, asked by eshane9, 6 months ago

Which can be used as a valid variable identifiers in python? ​

Answers

Answered by sk181231
3

Answer:

Identifiers can be a combination of letters in lowercase (a to z) or uppercase (A to Z) or digits (0 to 9) or an underscore _ . Names like myClass , var_1 and print_this_to_screen , all are valid example.

Answered by Anonymous
10

Explanation:

hope this helps you..............

Attachments:
Similar questions