HomeButton and editor demo Button and editor demo Suriya Ravichandran « Previous Next » Program: Copy def hello(): print("Hello Guys") hello() Output: Hello Guys Try it Yourself Program: Copy def hello(): print("Welcome to Gocourse") hello() Output: Welcome to Gocourse Try it Yourself « Previous Next » More topic in Python Topic Newer Older