# File: builtin-reload-example-1.py import hello reload(hello) reload(hello)