diff --git a/examples/second.py b/examples/second.py
new file mode 100644
index 0000000000000000000000000000000000000000..76d6ac8d5ae0cc64daeab908b308b333fd2ad5fd
--- /dev/null
+++ b/examples/second.py
@@ -0,0 +1,2 @@
+msg = "Pasi kanto"
+print(msg, "my second python program rules!")
\ No newline at end of file