Teil 6 "Objekte ist neu
Repository aufgeräumt.
This commit is contained in:
12
teil5/dict/kfz.py
Normal file
12
teil5/dict/kfz.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# encoding utf-8
|
||||
|
||||
kfz = {
|
||||
'W':'Wuppertal',
|
||||
'HH':'Hamburg',
|
||||
'D':'Düsseldorf',
|
||||
'DO':'Dortmund',
|
||||
'H':'Hannover',
|
||||
'M':'München'}
|
||||
|
||||
print(kfz)
|
||||
print(kfz['W'])
|
Reference in New Issue
Block a user