Skip to main content
Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Studio Matrx
Magazine
✨
Matrx AI
For Homes
For Pros
Learn
Marketplace
About
Log in
Get Started
✦
In loving memory of
Amogh N P
— Architect · Designer · Visionary
✦
Search tools, guides, prices, pages…
⌘K
PSD for Architecture, Planning & Urban Design
Mastery check · Module 2
Control Flow & Collections
12 questions · pass mark 70%. Answer each, check it, and see where you stand before moving on.
Question 1 of 12
Single answer
In Python, what is the difference between `=` and `==`?
A
They are interchangeable; both compare two values
B
`=` assigns a value to a variable; `==` compares two values and returns a boolean
C
`=` compares; `==` assigns
D
`==` is only for numbers; `=` is only for strings
Check answer
Feedback