Josh Karlin
02/05/2021, 5:31 PM<http://log.info|log.info>("the next train is at %s", never)
max
02/05/2021, 5:41 PMNoah K
02/05/2021, 5:54 PM<http://log.info|log.info>(f"the next train is at {never}")
Josh Karlin
02/05/2021, 6:03 PMNoah K
02/05/2021, 6:03 PMJosh Karlin
02/05/2021, 6:07 PMesztermarton
02/05/2021, 6:15 PM"something %s this" % "like"
then formatting happens when the execution goes over that line of code, whether or not it actually logsNoah K
02/05/2021, 6:18 PM