Python en html
<-- We can use python inside the HTML file -->
<py-script>print("Hi")</py-script>
<-- To import python file into html -->
<py-script src="./script.py"></py-script>
Friendly Finch