Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikshagadhe23 committed Sep 13, 2022
2 parents 24e6037 + 61b2e51 commit a594d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion madlibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
celebrity = input("Enter a celebrity: ")
name = input("Enter a name: ")

number = input("Enter a number : ")

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

0 comments on commit a594d98

Please sign in to comment.