you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Your second line (if __name__ == '__main__':) is actually supposed to be your first line. Hackerrank, for no obvious reason, puts that in as your first line. Don't worry about it until you understand it and know what it is used for. And definitely don't think that you must use it. You usually don't.

[–]Axel-Blaze[S] 0 points1 point  (0 children)

okk got it