- A ran for 75 minutes
- B ran for 60 minutes
- C ran for 135 minutes
- D y ran for 60 minutes
Python Programming Language MCQ Python Basic MCQ
⚠ Report ✓ Question Verified Copy Link
x = 75 y = 60 z = 'ran for %s minutes' print(z % y)
Learn More MCQ Questions from Python Programming Language MCQ Python Basic MCQ