Strings
13 / 18
EasyOutput prediction

Triple-quoted string with leading newline

What does this code print?

s = """
hello"""
print(len(s))

← → arrow keys to navigate

Sign in to save your progress.

Triple-quoted string with leading newline - Python Strings Quiz | Unnested