Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.18 KB

pykc_coffee_20150411.markdown

File metadata and controls

38 lines (24 loc) · 1.18 KB

PythonKC April 2015 Coffee & Code

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


def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 11 April 2015.")
    print("Thanks to Codero.")


if __name__ == '__main__':
    greetings()

PythonKC News

April PyKC Monthly Meetup

  • 23 April 2015
  • Looking for a location
  • Looking for speakers

Python News

Discussions

Whither PythonKC?