Skip to content

Instantly share code, notes, and snippets.

@david-hodgetts
Created November 28, 2012 18:27
Show Gist options
  • Save david-hodgetts/4163062 to your computer and use it in GitHub Desktop.
Save david-hodgetts/4163062 to your computer and use it in GitHub Desktop.
exercise 01 for sae intro python course
# sae course
# problem solving with python
# make this script work
print make me work
print "i love video games""
prinl 10 * "3
burgers == 10
print "i have %i burgers" % burgers
print "%i is %i + %i" % 10 % 5 % 5
age = raw_input "How old are you? "
print "you are %s years old." % (age)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment