Skip to content

Commit 825a3c3

Browse files
Update VisualScript.py
1 parent 84ee663 commit 825a3c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VisualScript.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def process_code(file):
2121
"convertStr":"str",
2222
"else if":"elif",
2323
"//":"#",
24-
"get":"import"
24+
"get":"import",
25+
"size":"len"
2526

2627

2728
}

0 commit comments

Comments
 (0)