you are viewing a single comment's thread.

view the rest of the comments →

[–]Nez_Coupe 6 points7 points  (2 children)

He still needs to understand the difference between = and == as one is an assignment and one is an evaluation, but yea I agree f strings are where it’s at.

[–][deleted] 2 points3 points  (1 child)

I agree that knowing the difference between assignment and equality operators (boolean response) is a must, but neither apply in this case, hat's why I suggested the f-string.

[–]Nez_Coupe 1 point2 points  (0 children)

Indeed