Mark As Completed Discussion

Build your intuition. Is this statement true or false?

Variables in Python are declared using the following syntax:

PYTHON
1variable_name = value

True or False: The code snippet above declares variables of different data types. The age variable is an integer, the name variable is a string, the salary variable is a float, and the is_student variable is a boolean.

Press true if you believe the statement is correct, or false otherwise.