Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 442af7b

Browse files
authored
Merge pull request pyscript#102 from yatharth9/patch-1
Closed the body tag in Example Html
2 parents 4100a40 + 7c8c81c commit 442af7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GETTING-STARTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pi = wallis(100000)
6767
s = f"π is approximately {pi:.3f}"
6868
print(s)
6969
</py-script>
70+
</body>
7071
</html>
7172
```
7273

0 commit comments

Comments
 (0)