EasyOutput prediction

String repetition with zero

What does this code print?

s = "hello" * 0
print(repr(s))

← → arrow keys to navigate

Sign in to save your progress.