A

Admin • 833K Points
Coach

Q. Which of the following is NOT a valid Python literal?

  • (A) 123
  • (B) True
  • (C) 'abc'
  • (D) none
  • Correct Answer - Option(D)
  • Views: 29
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`None` is valid (case-sensitive). `none` lowercase is not valid.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.