Week 3 Programing with python Questions | Prasnya
Prasnya
Continue with Google
Practice path
Dashboard
Exam
Qualifier / Quiz 1
Go to subject
Programing with python
Go to chapter
Week 3
All questions
Give Mock Test
Topic wise questions
Filters
Question type / Difficulty / Years (1)
Question type
1
Difficulty
1
Years
1
Q1
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
FEBRUARY 23, 2025
FEBRUARY 23, 2025
Showing 1 question.