This commit is contained in:
2023-11-14 16:00:55 +08:00
parent dd23d4184d
commit 6481c0bc49
10 changed files with 73 additions and 30 deletions

0
docs/python/00/book.md Normal file
View File

1
docs/python/00/cat.md Normal file
View File

@@ -0,0 +1 @@
# 编程规范

0
docs/python/00/dog.md Normal file
View File

View File

View File

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