Timeline for My first project in Python: Tic Tac Toe
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 19, 2020 at 10:56 | comment | added | Alaa mihoub | thanks a lot because i think now i know what must do with my code, sorry for my level in english is too bad | |
| Jul 17, 2020 at 15:17 | comment | added | J.G. |
Note that not result returns True iff result is Falsy, so is inequivalent to result==False & result is False. For example, print(0 is False, 0 is True, not 0, 3 is False, 3 is True, not 3) prints False False True False False False.
|
|
| Jul 17, 2020 at 13:01 | comment | added | Will S |
You'd still need the end='' when using "-" * 7 ;)
|
|
| Jul 17, 2020 at 5:29 | comment | added | greybeard |
You could use DisplayBoard() to show docstring use and simplified control & printing.
|
|
| Jul 17, 2020 at 3:14 | history | answered | hjpotter92 | CC BY-SA 4.0 |