# defining a function def my_func(): print("Greetings User! Welcome to Softhunt.net") # calling the function my_func()