summaryrefslogtreecommitdiffstats
path: root/scratch.py
diff options
context:
space:
mode:
Diffstat (limited to 'scratch.py')
-rw-r--r--scratch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scratch.py b/scratch.py
new file mode 100644
index 0000000..cb03373
--- /dev/null
+++ b/scratch.py
@@ -0,0 +1,3 @@
+import sys
+
+print("hello, {0}".format('world!')) \ No newline at end of file