Can't execute python code

Hello friends,
can’t excute pyhont code:
import sys
def ADD(a,b):
z = a+b
return (a+b)

Win 10 64bit
python 2.7
inputDilogue.xaml (21.5 KB)

@abdel

As of now UiPath can support upto Python 3.6

So try to download Python 3.6 and run the code

image

Hope this helps you

Thanks

1 Like