>How do I translate this PHP code?
>if($ok){
> echo "returnValue=1";
>}else{
> echo "returnValue=0";
>}
print("return value = "+str(ok));
--
http://mail.python.org/mailman/listinfo/python-list
- How Translate This PHP Victor Subervi
- Re: How Translate This PHP Noah Hall
- Re: How Translate This PHP Victor Subervi
- Re: How Translate This PHP Noah Hall
- Re: How Translate This PHP Victor Subervi
- Re: How Translate This PHP Littlefield, Tyler
