From a0addea2b7bbdac244420ec917c0f3c14c4c8831 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 30 Jun 2019 15:05:38 +0300 Subject: Added some of the stuff I have done while learning Python --- Python/Beginner training/Basic synthax.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Python/Beginner training/Basic synthax.py (limited to 'Python/Beginner training/Basic synthax.py') diff --git a/Python/Beginner training/Basic synthax.py b/Python/Beginner training/Basic synthax.py new file mode 100644 index 0000000..2d87410 --- /dev/null +++ b/Python/Beginner training/Basic synthax.py @@ -0,0 +1,5 @@ +import sys +import random +import os + +for x in range(0, 6, 2): print(x) \ No newline at end of file -- cgit v1.2.3