From 61b2e512a91088675dc18908b436293a6fed6eb4 Mon Sep 17 00:00:00 2001 From: pratikshagadhe23 <113328762+pratikshagadhe23@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:07:55 -0700 Subject: [PATCH] Update madlibs.py --- madlibs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/madlibs.py b/madlibs.py index 7c1ff30..6bd8973 100644 --- a/madlibs.py +++ b/madlibs.py @@ -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)