News

defgreet(): print ('Hello World!') The "def" keyword tells the Python compiler that you're writing a function, and the name that comes right after it is the name we'll use to call the function.