sample.py added

This commit is contained in:
Mert Gör 🇹🇷 2023-05-19 19:10:23 +03:00
parent ef7d4f77b5
commit 20e63ed496
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
2 changed files with 4 additions and 0 deletions

4
sample.py Normal file
View File

@ -0,0 +1,4 @@
a = 10
b = 20
c = a + b
print(c)

0
sample.py~ Normal file
View File