Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 981 Bytes

pykc_coffee_20160109.markdown

File metadata and controls

34 lines (23 loc) · 981 Bytes

PythonKC January 2016 Coffee & Code

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

def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 9 January 2016.")

if __name__ == '__main__':
    greetings()

PythonKC Winter 2016 Meetup

PythonKC February 2016 Coffee & Code

PythonKC News

Python News and Resources