__author__ = 'Janko Slavic'
a = 5
b = a

cylinder_height = b

print(cylinder_height)

matrix = [[1, 2, 3],
          [4, 5, 6],
          [7, 8, 9]]
