first commit.
This commit is contained in:
8
docs/python/index.md
Normal file
8
docs/python/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# python
|
||||
|
||||
<script setup>
|
||||
const code = `n = input()
|
||||
print(n)`
|
||||
</script>
|
||||
|
||||
<code-editor v-model="code"></code-editor>
|
||||
Reference in New Issue
Block a user