Hi Python Tutor, I have a write a simple function named
"SwapCaseAndCenter(a_string, width). The idea is to use the function swapcase
and center so that when the userenters a string it centers it and swaps the
case (e.g. upper to lower and vice versa). The function calls for passing in
two
Thanks David. This has been helpful in understanding a bit more on how
parameters are passed through.
> Date: Thu, 18 Oct 2012 04:44:55 -0400
> Subject: Re: [Tutor] Help Passing Variables
> From: dwightdhu...@gmail.com
> To: dangu...@hotmail.com
> CC: tutor@python.org
>
> #A little more complex
Great explanation Alan. I am a newbie at Python but descriptions like this
really help me better understand.
Thanks again.
> To: tutor@python.org
> From: alan.ga...@btinternet.com
> Date: Thu, 18 Oct 2012 08:32:41 +0100
> Subject: Re: [Tutor] Objects, object references, object values and
Hi Python Tutor,
I have an issue trying to figure out how to print out final answers using sort
and join functions.
Assignment Specification:
make a function that is a magic eight ball emulator. emulator will be a
function that returns one of the possible answers. Make another function that
r