Example post for playing with code blocks


In [1]:
def ex_function(input_param):
    print(input_param)
    
ex_function("this is a string")


this is a string

In [3]:
# this is a long line which should require horizontal scrolling
x = 5
y = 2
x * y - 5 + x + y * y - 5 + x + y * y - 5 + x + y * y - 5 + x + y * y - 5 + x + y * y - 5 + x + y * y - 5 + x + y * y - 5 + x + y


Out[3]:
40