updated contents from Atlas repo
This commit is contained in:
7
strings-bytes/identifier_norm.py
Normal file
7
strings-bytes/identifier_norm.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
café = 1
|
||||
café = 2
|
||||
names = {(name, tuple(name)):value
|
||||
for name, value in globals().items()
|
||||
if not name.startswith('__')}
|
||||
print(names)
|
||||
Reference in New Issue
Block a user