- A Python 3.51 or Python 2.7
- B Python 2 or Python 3
- C Python 2.7 or Python 3.5
- D Python 2.7 or Python 3.51
Python Programming Language MCQ String Formatting in Python
⚠ Report ✓ Question Verified Copy Link
x = 'Python %.1f or Python %.2f' %(2.7, 3.51) print(x)
Learn More MCQ Questions from Python Programming Language MCQ String Formatting in Python