import matplotlib.pyplot as plt
import numpy as np
# You can compare two strings by using a double "equal sign"
# This can be useful if you're trying to evaluate whether data was entered correctly
"Is this the real life?" == "is this just fantasy?"
False