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