python def say_hello(name): greeting = f"Hello, {name}!" print(greeting) say_hello("Alice") shell pip install winpdb python import winpdb winpdb.set_trace() shell winpdb -d [path/to/hello.py]