Prasnya
Prasnya
Prasnya
Continue with Google
Week 2 Practice Questions | Prasnya
Q1
00:00
26 Oct 2025
Q1.
Consider the following Python code. What will be the output? ``` x, y, z = "", "python", 0 print((x or y) and (z or len(y))) ```
A
6
B
(blank output)
C
python
D
0
E
True
Save
Check
Details
Q1
00:00
26 Oct 2025
Q1.
Consider the following Python code. What will be the output? ``` x, y, z = "", "python", 0 print((x or y) and (z or len(y))) ```
A
6
B
(blank output)
C
python
D
0
E
True
Save
Check
Details