SyntaxFix
Write A Post
Hire A Developer
Questions
if working with IDLE installed version of Python
>>>def any(a,b): ... print(a+b) ... >>>any(1,2) 3