需求
提示
#在____________上补充代码
#不要修改其他代码
f = input("请输入一个单词:")
print("{}".format("____________"))
print("____________".format(f))
微信扫一扫
#在____________上补充代码
#不要修改其他代码
f = input("请输入一个单词:")
print("{}".format("____________"))
print("____________".format(f))
相关推荐