07 - More on Strings

Watch the following video, and do the examples shown in the video as they are demonstrated.

Assignment

There is no assignment for this tutorial.

Notes from the video

num = str(18)

num2 = 32

print "my mom is " + `num2`

repr()

08 - Raw Input