Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
medium
Python
f-strings
Single-choice MCQ
5 views
What is the output?
a = 1\nprint(f"a={a}")