Question 3 - Week 1 Practice | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 1
Question 3
00:00
Est. 1 min
Marks:
+3.00
0.00
What is the output of the following snippet of code? ``` s = 1 <= 2 <= 3 print(type(s)) ```
Single correct
Easy Difficulty
23 February 2025
A
<class 'bool'>
B
<class 'int'>
C
<class 'str'>
D
<class 'list'>