To add code to the class, we indent from the keyword class. like with the print() statement here.
class
print()
Make sure to pick print, followed by "inside the class".
print
"inside the class"