This commit is contained in:
ada-dmitry
2023-04-11 21:01:39 +03:00
parent 7206df1883
commit 49a7b5b185
51 changed files with 168 additions and 83 deletions
+7 -4
View File
@@ -1,4 +1,7 @@
hostname = "localhost"
databname = "PythonDB"
username = "postgres"
passw = "Q1w2e3r4"
def f(a: int, b: int) -> int:
'''
this is an add function
'''
return a + b