print("Hello") num_char = len("Hello") print(num_char) def my_func(): print("Hello") my_func()