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