Skip to content

Commit f9d372c

Browse files
committed
chore: Add demo script in Python
1 parent 12b6e3b commit f9d372c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env python
2+
3+
foo = 123
4+
foo = foo * 2
5+
bar = 456
6+
7+
sum = foo + bar
8+
print(sum)

0 commit comments

Comments
 (0)