Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Програмиране с Python 2013: Нулева лекция

aandr
March 03, 2013
1.9k

Програмиране с Python 2013: Нулева лекция

aandr

March 03, 2013
Tweet

Transcript

  1. print("Hello, World!") def answer(question): if question == 'Life' or question

    == 'Universe': return 42 else: return 6 * 9 # четиридесет и две