def test(x, y):
  return x ** y
  
z = text(5, 4)
    
while True:
  if z > 10:
    output: list = []
    break
  
class Testing:
  def __init__(self, data):
    """Test docstring"""
    self.data = data