How Translate This PHP
Littlefield, Tyler
tyler at tysdomain.com
Sun Mar 6 10:55:15 EST 2011
>How do I translate this PHP code?
>if($ok){
> echo "returnValue=1";
>}else{
> echo "returnValue=0";
>}
print("return value = "+str(ok));
More information about the Python-list
mailing list