Python Programming Language MCQ Python Basic MCQ
⚠ Report ✓ Question Verified Copy Link
x = 'Python 2' y = 'Python 3' z = 'We can convert %s program to %s program' print(z % (x, y))
Learn More MCQ Questions from Python Programming Language MCQ Python Basic MCQ