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