On Sat, 23 Sep 2017 03:01 pm, Bill wrote:

> if (20 - 10)  > 15 :
>      print("true")
> else:
>      print("false");

print(20 - 10  > 15)


will do the job.



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to