79486168

Date: 2025-03-05 10:35:42
Score: 1
Natty:
Report link

I'd say using the "raw" formatting, using f. Use \ to escape the string, so you can import the date, person and quote.

return (' In '+ str(year) +', a person called '+ name +' said: '+ quote)

will be

return f(' In '+ str(year) +', a person called '+ name +' said: '+ quote)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ArianDJ