Abigblueworld commited on
Commit
bce3ad0
1 Parent(s): ecb3249
Files changed (1) hide show
  1. coolcode.py +4 -1
coolcode.py CHANGED
@@ -1,3 +1,6 @@
1
  print ("Welcome to cake land!")
2
 
3
- cake = input("What type of cake do you want to make?")
 
 
 
 
1
  print ("Welcome to cake land!")
2
 
3
+ cake = input("What type of cake do you want to make?")
4
+
5
+ if input == "Chocolate":
6
+ print("Yummy! Chocolate cake is good!")