Question 1 of 502%
Data Types, Variables, Basic I/O and Operatorseasy

A developer writes the following code: x = 5; y = 2; print(x // y). What is the output?

Select one: