Spaces:
Running
Running
Commit ·
0745b90
1
Parent(s): a1b7091
Create coolcode.py
Browse files- coolcode.py +3 -0
coolcode.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
print ("Welcome to cake land!")
|
| 2 |
+
|
| 3 |
+
cake = input("What type of cake do you want to make?")
|