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?