Wednesday, October 1, 2014

Siri Tuple

Using this code you can make a chat bot/ siri like program with permanent answers which cannot be changed as it is basically "stuck in stone."

Saturday, September 20, 2014

Counting to 20 in 2's

The code used to keep a loop counting. it's very basic but extremely effective. This is also a limited loop

5 times table

This is the code used to do the 5 times table in python as a loop

Wednesday, September 17, 2014

Loops can count






The title really explains it but this is the code to show how to continue a counting loop

Yes Loop

This loop shows us how to keep the loop limited and appearing on command any other command except from "y" would exit the loop and this can cause errors occurring.

Monday, September 15, 2014

Loops

This is the code used to create loops and is more effective than just constantly using a long code strand. i know their are other method yet this is pretty simple.