class sample 1

This commit is contained in:
Mert Gör ☭ 2023-06-13 16:42:27 +03:00
parent 6c85752ff3
commit ac58b39f12
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
class Sample:
x = 10
def foo(self):
print("foo")
def bar(self):
print("bar")
print(x)