latest
This commit is contained in:
parent
cf673381c5
commit
a9aead8bd6
11 changed files with 150 additions and 470 deletions
6
test.py
Normal file
6
test.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def add(a, b) -> int:
|
||||
return a + b
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(add(2, 8))
|
||||
Loading…
Add table
Add a link
Reference in a new issue