We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4160249 commit e123b8bCopy full SHA for e123b8b
1 file changed
05-dict/birthdays.py
@@ -12,5 +12,5 @@
12
print('I do not have birthday information for ' + name)
13
print('What is their birthday?')
14
bday = input()
15
- birthdays[name] = bday
+ birthdays[name] = bday #直接赋值方便
16
print('Birthday database updated.')
0 commit comments