Skip to content

Commit

Permalink
Update madlibs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikshagadhe23 committed Sep 13, 2022
1 parent b5eb845 commit 24e6037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions madlibs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
flower= input("Enter a flower: ")
color =input("Enter a color: ")
celebrity = input("Enter a celebrity: ")
name = input("Enter a name: ")


print("Roses are " +flower)
print("Violets are " + color)
print("I love " + celebrity)
print("My name is "+ name)

0 comments on commit 24e6037

Please sign in to comment.