Sunday, May 11, 2014

Day 36

Explored Python at CodeCademy. Worked on, Python Syntax tutorial 7 of 13, learned about the interpreter, how it runs the code line by line, and checks for errors.

The code used:
spam = True
eggs = False

There was no interaction, the code simply set the variables to the corresponding values.

No comments:

Post a Comment