def main(): print_name("Ali") def print_name(name): # Print the name print("The name is:", name)