Amy, judging from Danny's replies, you may be emailing him and not the
list. If you want others to help, or to report on your progress,
you'll need to make sure the tutor email is in your reply to:

Often, people prefer you to respond to the list, if there isn't
something particularly personal in your response. Good luck with
learning Python, it's great language, and this is a very helpful
group. I do realize that learning your first computer language can be
disorienting.

Keith

On Fri, Jan 10, 2014 at 2:57 PM, Danny Yoo <d...@hashcollision.org> wrote:
> I repeat my question in the hopes that you read it.  Do you have other
> examples of functions you have written or seen?
>
> I ask this because if you have never seen a function definition, our advice
> is radically different than if you have.
>
> Just giving us the homework statement is fairly useless to us: how does that
> help us figure out what part **you** are having difficult with?
>
> On Jan 10, 2014 11:25 AM, "Amy Davidson" <amydavid...@sympatico.ca> wrote:
>>
>> hi Danny,
>>
>> Below are the instructions.
>>
>> Write a function called printID that takes a name and student number as
>> parameters and prints them to the screen.
>>
>> E.g.:
>> >>> printID("Andrew Joe", 100555555) #note the second parameter must be of
>> >>> type int
>>   "Student Name: Andrew Joe"
>>   "Student Number: 100555555"
>> On Jan 10, 2014, at 2:14 PM, Danny Yoo <d...@hashcollision.org> wrote:
>>
>> Hi Amy,
>>
>> Have you seen any other examples of functions in your instruction, either
>> in your books or notes?
>>
>>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>



-- 
Keith
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to