feat: python
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
let counter = 0;
|
||||
function num() {
|
||||
counter += 2;
|
||||
}
|
||||
num();
|
||||
console.log(counter);
|
||||
Reference in New Issue
Block a user