Skip to content

Commit

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

number = input("Enter a number : ")

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

0 comments on commit 61b2e51

Please sign in to comment.