first commit

This commit is contained in:
captain 2026-04-11 22:22:01 +08:00
commit 3b19a9c8a8
29 changed files with 2428 additions and 0 deletions

17
snippets/python.json Normal file
View file

@ -0,0 +1,17 @@
{
"pri": {
"prefix": "pri",
"body": [
"print(${0})"
],
"description": "print()"
},
"main": {
"prefix": "main",
"body": [
"if __name__ == '__main__':",
"\t${0}"
],
"description": "if main"
}
}