5 lines
147 B
Python
5 lines
147 B
Python
famous_person = "Albert Einstein"
|
|
print(f"{famous_person} once said, \"A person who never made a mistake")
|
|
print("\bnever tried anything new.\"")
|
|
|