import penndraw as pd

pd.set_canvas_size(800, 550)

pd.picture(0.5, 0.4, "future.jpg")

pd.text_left(0.1, 0.9, "society if cis 1100 was just called cis 1000")

pd.run()