Using special characters with variables

后端 未结 0 1450
情深已故
情深已故 2020-12-19 20:05

I need your quick help. This is my code:

f_name = input(\'First name?\')
l_name = input(\'Last name?\')
print(f_name, l_name)

I want to write

相关标签:
回答
  • 消灭零回复
提交回复
热议问题