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 May 22, 2022
1 parent d583f03 commit 3668048
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Grasshopper_presonalised_message_kyu8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A function that works out who is logging into the computer and greets them accordingly

def greet(name, owner):
if name == owner:
return "Hello boss"
else:
return "Hello guest"

0 comments on commit 3668048

Please sign in to comment.