One of the first things you'll notice about IPython is the syntax highlighting:
By default, keywords like def and built-in function names like print() are displayed in green, function names in a function definition, like greet() in the example above, are displayed in blue, and strings are displayed in yellow.