Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Jul 30, 2021
1 parent ef51a58 commit d112b8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions function1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
def sentence(name="sona",action="loves",item="cutiee"):
print(name,action,item)

sentence()
sentence("sanjana","loves","yousss")
sentence(item="sunflower")
sentence(item="sunflower",action="likes")

0 comments on commit d112b8a

Please sign in to comment.