#!/usr/local/bin/python def hello_from_park(text): print(text) if __name__ == '__main__': hello_from_park("Welcome!")