~代码如下:
name1=input()
name2=input()
print(tuple((name1,name2)))
~注意创建要双括号。