Intro to
Programming
with Python

Fall 2010
course
navigation

python formatting

Here's what stuff within <python> ... </python> tags looks like :
# chaos program def main(): x = input("Starting x? ") for i in range(10): x = 3.9 * x * (1 - x) print x main()
Click the "edit" tab at the top to see the corresponding wiki text.
For more details, See the the "help" section near the bottom of the page after you click "edit"; it has a link to the markup syntax docs.
Having fun yet?
http://cs.marlboro.edu/ courses/ fall2010/python/ wiki/ python_formatting
last modified Sunday August 15 2010 4:34 pm EDT