Wednesday, May 7, 2014

Day 32

Explored Python at CodeCademy. Worked on, Python Syntax tutorial 2 of 13, storing and working with different types of data using the “variable” function.

The code used:
my_variable = 10

There was no interaction, the code simply set the variable my_variable to stores the number 10.

No comments:

Post a Comment