题解 | #定制显示器#
定制显示器
https://www.nowcoder.com/practice/b0a788bcb021425f9391067fd2646b07
d = {'name':input(),'age':input()} print('Happy {age}th birthday to {name}!'.format_map(d))
定制显示器
https://www.nowcoder.com/practice/b0a788bcb021425f9391067fd2646b07
d = {'name':input(),'age':input()} print('Happy {age}th birthday to {name}!'.format_map(d))
相关推荐