Skip to content

Commit 889b3d2

Browse files
committed
mouredev#23 - python
1 parent a3ac378 commit 889b3d2

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", "cocinas_del_sur@cds.com")
52+
sundy = User(24, "bruja", "sundy", "buja@witch.com")
53+
54+
print(edu.__str__())

0 commit comments

Comments
 (0)