Question 1 - Week 3 Practice | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 3
Question 1
00:00
Est. 1 min
Marks:
+3.00
0.00
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) ```
Integer answer
Easy Difficulty
23 February 2025
Your answer