Closed the body tag in Example Html

This commit is contained in:
Yatharth Shah
2022-05-02 00:40:59 +05:30
committed by GitHub
parent 5eeb4e39a0
commit 7c8c81cf78

View File

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