Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
easy
Python
== vs equals
Single-choice MCQ
1,922 views
What is the result?
if (n := 5) > 3: print(n)