diff --git a/2048 GAME/game.py b/2048 GAME/game.py index b872200682..198773247f 100644 --- a/2048 GAME/game.py +++ b/2048 GAME/game.py @@ -6,7 +6,7 @@ import logic # Driver code -if __name__ == '__main__': +if __name__ == '__main__': #https://builtin.com/articles/name-python#:~:text=__name__%20is%20a%20variable%20that%20exists%20in%20every,specified%20module%20to%20start%20running). # calling start_game function # to initialize the matrix