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)