File size: 289 Bytes
ecb3249
 
9979aec
54a19b1
 
 
 
 
 
cb21c78
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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>