#!/usr/bin/python3 # -*- coding: utf-8 -*- def print_hello() -> None: print("Hello there.") print_hello()