Commit ad917042 by BellCodeEditor

save project

parent a2178095
Showing with 17 additions and 0 deletions
while True:
print()
b=input()
print('*'*30)
if b in a:
info=a[b]
for k,v in info.items()
print(k,v)
print('*'*30)
elif b=='q':
break
else:
print()
print('*'*30)
print()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment