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)
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)
As of now UiPath can support upto Python 3.6
So try to download Python 3.6 and run the code
Hope this helps you
Thanks