diff --git a/me/kmom01/me.py b/me/kmom01/me.py new file mode 100644 index 0000000..560d1ec --- /dev/null +++ b/me/kmom01/me.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +print("My name is Student.") +print("I am Learning Python programming.") +print("Done") +print("Done")