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
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
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