Returning Strings.py 70 B

12
  1. def greet(name):
  2. return f'Hello, {name} how are you doing today?'