File size: 416 Bytes
09c2920
2e1d656
 
 
 
 
 
 
 
 
 
 
09c2920
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
    <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
    <title>PyScript Test</title>
  </head>
  <body>
    <py-script> print('Hello!\nPress Shift+Enter to execute code') </py-script>
    <py-repl auto-generate="true"></py-repl>
  </body>
</html>