pythonメモ:文字列操作。format, print
print('{} さん {}'.format(name, greetings))
print(f'{name}さん {greetings}')
https://twitter.com/uuyr112/status/1266341178535849990?s=12
print('{} さん {}'.format(name, greetings))
print(f'{name}さん {greetings}')
https://twitter.com/uuyr112/status/1266341178535849990?s=12