>

CODEMASTERYLAB

IDE PLATFORM
CoursesCommunity BlogsKnowledge GraphQuizzesInterview Prep

Sign in to track progress & earn XP

Sign In Create Account
>
Code Mastery Lab

Code Mastery Lab

Sign In

Python Assessment

Question 1 / 100

0:00
operators
EASY

What is the output of the following code? x = 10 y = 3 print(x // y)