#!/usr/bin/python3 # -*- coding: utf-8 -*- def print_hello() -> int: four: int = 4 print("Hello there.") return four print(print_hello())