feat: python

This commit is contained in:
heyong.fu
2026-05-06 11:21:42 +08:00
commit 0abf1ad3c4
62 changed files with 7598 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
let counter = 0;
function num() {
counter += 2;
}
num();
console.log(counter);