Spaces:
Running
Running
| 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> | |