Prasnya
Prasnya
Prasnya
Continue with Google
Prasnya
Continue with Google
Week 3 Programming in Python Questions | Prasnya
Programming in Python > Week 3
All PYQs
Topic-Wise PYQs
Start Weekly Test
Mock tests
Week mock
Topic mock
Subject mock
Type:
All
Difficulty:
All
Year:
All
1Q
01
Consider the following code snippet. What will be the output of this code? ``` x = 25 y = 40 if min(x, y) < 20: result = min(x, y) else: result = x + y print(result) ```
Numerical
EASY
3 marks
23 February 2025
Showing 1 question.
Programming in Python > Week 3
All PYQs
Topic-Wise PYQs
Start Weekly Test
Mock tests
Week mock
Topic mock
Subject mock
Type:
All
Difficulty:
All
Year:
All
1Q
01
Consider the following code snippet. What will be the output of this code? ``` x = 25 y = 40 if min(x, y) < 20: result = min(x, y) else: result = x + y print(result) ```
Numerical
EASY
3 marks
23 February 2025
Showing 1 question.