This is an example page to demonstrate the different styles.
Here is a code box:
import math
def test(n):
"""A test function."""
try:
return math.sqrt(n)
except ValueError:
print("Does not compute!")
Selenized white style
This is an example page to demonstrate the different styles.
Here is a code box:
import math
def test(n):
"""A test function."""
try:
return math.sqrt(n)
except ValueError:
print("Does not compute!")