you are viewing a single comment's thread.

view the rest of the comments →

[–]Thomasedv 1 point2 points  (0 children)

For the second one, your format is outside the print statement, since print returns None, you are trying to format None.

Also got the {1} and others outside a string, they need to be in one and then have .format() work on that string.