Project- Game of Tic Tac Toe with Python

16 / 16

Tic Tac Toe with Python - Start the game

Finally, we will start the game by calling the main function.

INSTRUCTIONS
  • Call the main function as shown below:

    main()
    input("\n\nPress the enter key to quit.")
    

So what are you waiting for, start the game and have fun! But don't forget to share this project on your favorite social media platform because sharing is caring.

Also, if you want you can publish this project on your own GitHub account, however, don't forget to follow the guidelines give in the below link:

Publishing your Projects on GitHub

See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...