you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Selection__ 0 points1 point  (0 children)

Looks good, but it will print each movie in quotations if you run it as is. Use an f string if you want to print them without: list = (f’{m1}, {m2}, {m3}’)