Re: [Tutor] Week 10 warmup assignment

2016-04-01 Thread Danny Yoo
Hi Daniella, Your class is using an additional tool called 'pylint' which enforces certain style conventions. One of those conventions that Pylint is checking is that variables as arguments aren't supposed to be all in upper case. Upper case is a convention for constants, and a variable is not a

Re: [Tutor] Week 10 warmup assignment

2016-04-01 Thread Alan Gauld
On 01/04/16 04:26, Daniella Sapozhnikova wrote: > Umm I'm new to this whole tutoring list and I'm having a little bit of > trouble in school with my programming classes (hopefully it's not too late > to pass my class) but anyway, here's the code I've written: > > > #!/usr/bin/env python > # -*- c

[Tutor] Week 10 warmup assignment

2016-04-01 Thread Daniella Sapozhnikova
Umm I'm new to this whole tutoring list and I'm having a little bit of trouble in school with my programming classes (hopefully it's not too late to pass my class) but anyway, here's the code I've written: #!/usr/bin/env python # -*- coding: utf-8 -*- """Task 07: declaring a dictionary, creating