3 lines
139 B
Python
3 lines
139 B
Python
famous_person = "Albert Einstein"
|
|
print(f'{famous_person} once said, "A person who never made \na mistake never' +
|
|
'tried anything new."') |