import stepic
from PIL import Image

# Load the image
image = Image.open('upz.png')

# Decode the hidden message
message = stepic.decode(image)

# Print the decoded message
print(message)
