Commit e3e44ffa by BellCodeEditor

save project

parent ed6b3311
Showing with 10 additions and 0 deletions
import random
d={'golden freddy':1972,'freddy':1983,'foxy':1987,'bunnie':1993,'chica':2023}
while True:
k=input('Welcome')
if k in d:
print('Dingdong,your'+k+'needs to pay'+str(d[k])+'dollers')
print('-'*50)
else:
print('Sorry')
\ 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