diff --git a/myprogram.py b/myprogram.py new file mode 100644 index 0000000..714b030 --- /dev/null +++ b/myprogram.py @@ -0,0 +1,3 @@ +import logging + +logging.info("foo {0}".format("bar"))