Nauč se Python > Materiály > Snake Workshop for PyLadies > Introduction to Python > Defining functions

Defining functions – Řešení [2]

def greeting(name):
    print('Hello,', name)

greeting(input('What's your name?'))

Toto je stránka lekce z kurzu, který probíhá nebo proběhl naživo s instruktorem.