From: preecej Date: Wed, 24 Jul 2013 17:48:28 +0000 (+0000) Subject: first python program X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=caf8aa40ca7c788c87c4b98c4a2e16fe71edd0aa;p=old-jaiswallab-svn%2F.git first python program svn path=/; revision=492 --- diff --git a/Personnel/preecej/python_singletons/.gitignore b/Personnel/preecej/python_singletons/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/Personnel/preecej/python_singletons/hello.py b/Personnel/preecej/python_singletons/hello.py new file mode 100644 index 0000000..11b15b1 --- /dev/null +++ b/Personnel/preecej/python_singletons/hello.py @@ -0,0 +1 @@ +print("hello")