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

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.