Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBaird authored Jun 24, 2022
1 parent 5e23618 commit f00f903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Returning_strings_kyu8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# return a greeting using the given name

def greet(name):
return "Hello, {} how are you doing today?".format(name)

0 comments on commit f00f903

Please sign in to comment.