Skip to content

Instantly share code, notes, and snippets.

@christophergregory
Last active August 29, 2015 14:05
Show Gist options
  • Save christophergregory/7a11613fbf17a40da40f to your computer and use it in GitHub Desktop.
Save christophergregory/7a11613fbf17a40da40f to your computer and use it in GitHub Desktop.
Python 101 - Assignment 1 Starter
# Assignment 1 - Building a star pyramid
# Ask the user to enter a number
number_of_rows = int(raw_input('Enter a number: '))
# Write your code below this comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment