On Sat, Jan 16, 2016 at 7:24 AM, Kitten Corner <joshua.sh...@gmail.com> wrote:
> Hi, I have python version 3.5.1 and I am working on a project, I'm trying
> to make it by using the 'or' sequence, I'm trying to make it do 1 thing or
> the other, here's an example: print('i like pie' or 'i like donuts'), it
> only does the thing that's before the 'or', please help!

Under what circumstances do you want it to take the other? So far,
Python is correctly printing out one or the other of them.

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

Reply via email to