Skip to main content
🔮 Output PredictionPY Python Easy⚡+10 XP

String Multiply

What is the output?

Python
print("ab" * 3)

🔮 What is the output?