first commit.

This commit is contained in:
2023-11-14 00:04:01 +08:00
commit dd23d4184d
126 changed files with 3368 additions and 0 deletions

8
docs/python/index.md Normal file
View File

@@ -0,0 +1,8 @@
# python
<script setup>
const code = `n = input()
print(n)`
</script>
<code-editor v-model="code"></code-editor>