Skip to content

Commit b754233

Browse files
authored
Update and rename dusman.py to sınıflar.py
1 parent 2513ab2 commit b754233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: dusman.py renamed to sınıflar.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import random
22

33
class dusman:
4-
4+
5+
#yapıcı metod (constructor)
56
def __init__(self, isim = "Düşman", can = 100, guc = 10, mermi = 40):
67
self.isim = isim
78
self.can = can

0 commit comments

Comments
 (0)