SyntaxFix
Write A Post
Hire A Developer
Questions
Here is also the code to handle the result:
def foo (a): x=a y=a*2 return (x,y) (x,y) = foo(50)