A

Admin • 828.43K Points
Coach

Q. Which of the following is not allowed in Python variable names?

  • (A) letters
  • (B) underscores
  • (C) numbers (not at the beginning)
  • (D) spaces
  • Correct Answer - Option(D)
  • Views: 17
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
Variable names cannot contain spaces in Python.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.