Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.98 KB

pykc_coffee_20150808.markdown

File metadata and controls

49 lines (37 loc) · 1.98 KB

PythonKC August 2015 Coffee & Code

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


def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 8 August 2015.")
    print("Thanks to Pinsight.")


if __name__ == '__main__':
    greetings()

PythonKC Summer Meetup

September PyKC Coffee & Code

Python News