Wednesday, May 14, 2014

Day 39

Explored Python at CodeCademy. Worked on, Python Syntax tutorial 10 of 13, learned about using math.

The code used:
# Set count_to equal to the sum of two big numbers
count_to = 72 + 23
print count_to

The interaction looked like this:
95

No comments:

Post a Comment