1# This is a regular Python file, not a percent script 2# It has no special cell markers 3 4def hello(): 5 print("Hello") 6 7hello() 8 9