Re: Student can't get if elif final statement to print for discussion post for python

2017-11-22 Thread Rick Johnson
Richard Damon wrote: > Cheri Castro wrote: > > I've tried several variations but haven't been able to > > figure out why my final if elif statement won't print. I > > tried using return, I tried using 1's and 0's rather than > > yes and no. Not sure what the issue is. Please, help. > > > > > > #Thi

Re: Student can't get if elif final statement to print for discussion post for python

2017-11-19 Thread Richard Damon
On 11/19/17 1:10 PM, Cheri Castro wrote: I've tried several variations but haven't been able to figure out why my final if elif statement won't print. I tried using return, I tried using 1's and 0's rather than yes and no. Not sure what the issue is. Please, help. #This function will print ho

Re: Student can't get if elif final statement to print for discussion post for python

2017-11-19 Thread MRAB
On 2017-11-19 19:03, Ben Finney wrote: Cheri Castro writes: I've tried several variations but haven't been able to figure out why my final if elif statement won't print. The code you presented here does not have any ‘elif’ clause. Did you mean to show different code? I tried using return,

Re: Student can't get if elif final statement to print for discussion post for python

2017-11-19 Thread Ben Finney
Cheri Castro writes: > I've tried several variations but haven't been able to figure out why > my final if elif statement won't print. The code you presented here does not have any ‘elif’ clause. Did you mean to show different code? > I tried using return, I tried using 1's and 0's rather than

Student can't get if elif final statement to print for discussion post for python

2017-11-19 Thread Cheri Castro
I've tried several variations but haven't been able to figure out why my final if elif statement won't print. I tried using return, I tried using 1's and 0's rather than yes and no. Not sure what the issue is. Please, help. #This function will print how many yes answers the user has and a mess