The_Cake_Land / index.html
Abigblueworld's picture
hmmm
54a19b1 verified
raw history blame
No virus
289 Bytes
The Cake Land!
<html>
<py-script>
print("Welcome to cake land!")
cake = input("What type of cake do you want to make?")
if input == "Chocolate":
print("Yummy! Chocolate cake is good!")
</py-script>
<head>
<link rel="stylesheet" href="coolcode.py">
</head>
<body>