Gotcha.
*Warm regards,*
*Olaoluwa O. Thomas,*
*+2347068392705*
On Sun, May 1, 2016 at 7:14 PM, Alan Gauld via Tutor
wrote:
> On 01/05/16 14:38, Olaoluwa Thomas wrote:
>
> > Thanks for your feedback. Please do not hesitate to provide more as I
> shall
> > email you personally in the future.
>
>
On 01/05/16 14:38, Olaoluwa Thomas wrote:
> Thanks for your feedback. Please do not hesitate to provide more as I shall
> email you personally in the future.
Please don't do that.
a) Bob is a busy man who volunteers his time here, but may
have other things to do too.
b) The list is here so tha
On 01/05/16 12:55, Olaoluwa Thomas wrote:
> It computes total pay based on two inputs, no. of hours and hourly rate.
While you do specify two inputs you immediately throw them away
and ask the user to provide the information. In general it is good
practice to separate calculation from input/outpu
On Sun, May 01, 2016 at 5:34 PM, Olaoluwa Thomas < thomasolaol...@gmail.com
[thomasolaol...@gmail.com] > wrote:
The novice Python programmer is back.
I'm trying to incorporate a function and its call in the GrossPay.py script
that Alan solved for me.
It computes total pay based on two inputs, no
You have two arguments in you function but when you call the function no
argument is set in. Take the arguments out from the function if you want to use
the the values from the user.
Sent from my iPhone
> On May 1, 2016, at 8:41 AM, Olaoluwa Thomas wrote:
>
> Hi Bob,
>
> Thanks for your fee
Hi Bob,
Thanks for your feedback. Please do not hesitate to provide more as I shall
email you personally in the future.
The script is made up of a function definition and its call prompting the
user for input.
The script itself takes "number of hours worked" and "hourly rate" as
inputs and gives
On May 1, 2016 8:04 AM, "Olaoluwa Thomas" wrote:
>
> The novice Python programmer is back.
Welcome back. We are here to help you when you are stuck. Telling us
something is broken is not adequate. Tell us-what you are expecting the
program to do and what results you're getting.
>
> I'm trying to i