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