We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaedc1 commit 42658d6Copy full SHA for 42658d6
python-property/users.py
@@ -1,6 +1,7 @@
1
import hashlib
2
import os
3
4
+
5
class User:
6
def __init__(self, name, password):
7
self.name = name
0 commit comments