Question 11 - 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 11
00:00
Est. 1 min
Marks:
+3.00
0.00
What is the output of the following snippet of code? Snippet-1: ``` s = 3 >= 2 >= 1 print(type(s)) ```
Single correct
Easy Difficulty
07 July 2024
A
<class 'bool'>
B
<class 'int'>
C
<class 'str'>
D
<class 'list'>