Skip to content

Commit 19918f3

Browse files
mhayhemGallitofast
authored andcommitted
mouredev#23 - python
1 parent 9b0c388 commit 19918f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Roadmap/23 - SINGLETON/python/mhayhem.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,10 @@ def clear_session(self):
4545
self.id = None
4646
self.username = None
4747
self.name = None
48-
self.mail = None
48+
self.mail = None
49+
50+
51+
edu = User(23, "vastmind", "eduardo", "[email protected]")
52+
sundy = User(24, "bruja", "sundy", "[email protected]")
53+
54+
print(edu.__str__())

0 commit comments

Comments
 (0)