Select Page

Python Trivia

A Python variable must be declared before it is assigned a value.
Select the correct answer.

  • True
  • False

Answer

The answer is…

False

Explanation

Variables need not be declared or defined in advance in Python. To create a variable, you just assign it a value.

© 2024 All Rights Reserved.