This commit is contained in:
mileswa1q2
2023-11-29 16:46:36 +00:00
committed by GitHub
parent d7161683c4
commit 9179685cbd
+1 -1
View File
@@ -10,6 +10,6 @@
</head> </head>
<body> <body>
<!-- Put Python code inside the the <py-script> tag --> <!-- Put Python code inside the the <py-script> tag -->
<py-script>display("Hello World!") print("miles")</py-script> <py-script>display("Hello World!") display("miles wolf wants to have ultraseven")</py-script>
</body> </body>
</html> </html>