Monday, 29 September 2014

Random timer for my SIRI

This is the code used so in my SIRI so that whenever I ask a question, the answer will come up at random times. Anytime between 1 to 6 seconds

Saturday, 27 September 2014

My version of SIRI

On the left is my code for SIRI and on the right is SIRI in action. It answers you question or your instruction randomly so you don't always get the correct answer. Its only answers from what I have coded it to say.

Monday, 15 September 2014

How to do a Loop

This a loop
This is the code for a while loop which in this case is 'I love computer science'
 
This is the result of putting 'y' at the end of a loop. This is because in the code  had programmed 'y' to mean yes
 

Wednesday, 10 September 2014

How to do speech marks on idle without closing the tab

Idle Python

First look at Python

Further on in my Python project
Start of my Python project