Prasnya
Prasnya
Prasnya
Continue with Google
Question 11 - Week 1 Practice | Prasnya
Q11
00:00
7 Jul 2024
Q11.
What is the output of the following snippet of code? Snippet-1: ``` s = 3 >= 2 >= 1 print(type(s)) ```
A
<class 'bool'>
B
<class 'int'>
C
<class 'str'>
D
<class 'list'>
Save
Check
Details
Q11
00:00
7 Jul 2024
Q11.
What is the output of the following snippet of code? Snippet-1: ``` s = 3 >= 2 >= 1 print(type(s)) ```
A
<class 'bool'>
B
<class 'int'>
C
<class 'str'>
D
<class 'list'>
Save
Check
Details