From ffa1cefbd4762014c75b968ecec88c188ae5a805 Mon Sep 17 00:00:00 2001 From: Vivin Balaji K S <cb.en.u4cse16265@cb.students.amrita.edu> Date: Wed, 12 Dec 2018 10:20:19 +0530 Subject: [PATCH] done --- CSE16265_ExNo01_05.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CSE16265_ExNo01_05.py diff --git a/CSE16265_ExNo01_05.py b/CSE16265_ExNo01_05.py new file mode 100644 index 0000000..03218ad --- /dev/null +++ b/CSE16265_ExNo01_05.py @@ -0,0 +1,4 @@ +for z in range(50,20,-1): + if z%2!=0: + print(z,end=' ') + -- GitLab