Github: https://github.com/kammitama5
https://blog.coursera.org/learner-story-film-architecture-python-programming/
https://blog.coursera.org/learner-story-film-architecture-python-programming/
https://blog.coursera.org/learner-story-film-architecture-python-programming/
| // Type JavaScript here! |
| def draw_board(boardValues): | |
| # draw board func | |
| print('|' + boardValues[0] + '|' + boardValues[1] + '|' + boardValues[2] + '|') | |
| print(' ---') + ('-----') | |
| print('|' + boardValues[3] + '|' + boardValues[4] + '|' + boardValues[5] + '|') | |
| print(' --------') | |
| print('|' + boardValues[6] + '|' + boardValues[7] + '|' + boardValues[8] + '|') | |
| return |
https://blog.coursera.org/learner-story-film-architecture-python-programming/
#Ruby For Beginners : Setup
Greetings Rubyists:
We hope you are excited to learn Ruby. Before the workshop, we need you to set up your development environment with Ruby and a text editor. Choose one of the three options listed below.
$ gem install sinatra in your Terminal and install the sinatra gem without any errors.$ gem install sinatra in your Terminal and install the sinatra gem without any error