Making AI with Python

Revision as of 23:01, 14 September 2023 by Williama (talk | contribs)

Introduction

This manual will only work if you know Python. If you don't, go learn it at: Getting Started With Python Programming. To start off, we might be a little intimidated by the blank code window. However, don't worry, here's something to fill it with:

import random

Yep! Not much, but pretty neccesary.