GitStudy/Chapter1Introdution/quote_case2.py
2025-04-13 21:55:09 +06:00

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."')