Spaces:
Running
Running
Abigblueworld
commited on
hmmm
Browse files- index.html +6 -0
index.html
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
|
2 |
The Cake Land!
|
3 |
<html>
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
<head>
|
5 |
<link rel="stylesheet" href="coolcode.py">
|
6 |
</head>
|
|
|
1 |
|
2 |
The Cake Land!
|
3 |
<html>
|
4 |
+
<py-script>
|
5 |
+
print("Welcome to cake land!")
|
6 |
+
cake = input("What type of cake do you want to make?")
|
7 |
+
if input == "Chocolate":
|
8 |
+
print("Yummy! Chocolate cake is good!")
|
9 |
+
</py-script>
|
10 |
<head>
|
11 |
<link rel="stylesheet" href="coolcode.py">
|
12 |
</head>
|