From 0248c6243064cf340f3075862be64b578adcfea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Sun, 14 May 2023 19:33:26 +0300 Subject: [PATCH] Test program --- completer.hist | 2 ++ test.py | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 completer.hist create mode 100644 test.py diff --git a/completer.hist b/completer.hist new file mode 100644 index 0000000..382fea7 --- /dev/null +++ b/completer.hist @@ -0,0 +1,2 @@ +t #Python #FreeSoftware I'm learning Python programming language . Happy Python Hacking :) +switch mine diff --git a/test.py b/test.py new file mode 100644 index 0000000..3079bcf --- /dev/null +++ b/test.py @@ -0,0 +1,8 @@ +# Test Programı +""" +Bu satırlar +yorumlayıcı tarafından +dikkate alınmaz. +""" +x = 10 +print(x)