cd
cd it116
cd ex
pwd
mkdir ex25
ls
cd ex25
nano ex25.py
chmod 755 ex25.py
./ex25.py
| | ----- | | ----- | | Your move (row col): 1 1 X| | ----- | | ----- | | Opponent moves X| | ----- | | ----- O| | Your move (row col): 1 2 X|X| ----- | | ----- O| | Opponent moves X|X| ----- |O| ----- O| | Your move (row col): 1 3 X|X|X ----- |O| ----- O| | X wins!6The text in blue is user input.
~ghoffman/it116_test/ex25.shThe script will prompt you for your Unix username.