Merge pull request #102 from yatharth9/patch-1

Closed the body tag in Example Html
This commit is contained in:
Fabio Pliger
2022-05-02 01:09:38 -05:00
committed by GitHub

View File

@@ -67,6 +67,7 @@ pi = wallis(100000)
s = f"π is approximately {pi:.3f}"
print(s)
</py-script>
</body>
</html>
```