output generate by script is obtained only as string now. we need to either send type along with output and then typecast them accordingly, or there may be more elite solution!
eg consider two python script
a = 2
a
and second
a = '2'
a
output in both case will be '2\n'
output generate by script is obtained only as string now. we need to either send type along with output and then typecast them accordingly, or there may be more elite solution!
eg consider two python script
a = 2
a
and second
a = '2'
a
output in both case will be '2\n'