如何在python3中读取特殊字符输入?

时间:2016-10-21 02:43:31

标签: python-3.x special-characters isinstance

在Python3中,当我尝试从控制台读取输入foo(1,?i:int)时:

它给出了语法错误! 它可以接受其他输入,如foo(1,2,2),foo(' d',0)。



def foo(*x):  #Multiple Argument function
  print(x)




0 个答案:

没有答案