Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.54 KB

pykc_coffee_20150509.markdown

File metadata and controls

35 lines (25 loc) · 1.54 KB

PythonKC May 2015 Coffee & Code

#!/usr/bin/env python3
# -*- coding: utf-8 -*-


def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 9 May 2015.")
    print("Thanks to Cowtown Computer Congress of Kansas City.")


if __name__ == '__main__':
    greetings()

PythonKC News

June PyKC Coffee & Code

  • 13 June 2015
  • Looking for a location

Python News