Python Fundamentals Quiz

Test your knowledge with 10 challenging questions

Progress 0%
1

What is the output of print(3 * 'abc') in Python?

A
abcabcabc
B
3abc
C
abc3
D
TypeError

LearnHub E-Learning Platform • Built with Tailwind CSS