def print_hw(name):
# Use a breakpoint in the code line below to debug your script.
print(f'{name}') # Press Ctrl+F8 to toggle the breakpoint.
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hw('Hello. world!')