From 02301d6562d75fb1edfd09d1f77fd6d1c5801d07 Mon Sep 17 00:00:00 2001 From: Algonotion Date: Mon, 26 Sep 2022 19:25:29 +0530 Subject: [PATCH] Updating file names Removed the SPACE and the HASH symbols from the file names to fit widely used file naming convensions --- ...{#1. Introduction to Python.py => 1.Introduction_to_Python.py} | 0 Python/{#2. If Else.py => 2.If_Else.py} | 0 Python/{#3. Loops.py => 3.Loops.py} | 0 Python/{#4. Operators.py => 4.Operators.py} | 0 Python/{#5. Functions in python.py => 5.Functions_in_python.py} | 0 Python/{#6. Even and Odd.py => 6.Even_and_Odd.py} | 0 Python/{#7. Class.py => 7.Class.py} | 0 Python/{#8. factorial.py => 8.factorial.py} | 0 Python/{#9. Global and local.py => 9.Global_and_local.py} | 0 Python/{Question 1.py => Question_1.py} | 0 Python/{Question 2.py => Question_2.py} | 0 Python/{Question 3.py => Question_3.py} | 0 Python/{Question 4.py => Question_4.py} | 0 ...everse digits (Question 5).py => Question_5-Reverse_digits.py} | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename Python/{#1. Introduction to Python.py => 1.Introduction_to_Python.py} (100%) rename Python/{#2. If Else.py => 2.If_Else.py} (100%) rename Python/{#3. Loops.py => 3.Loops.py} (100%) rename Python/{#4. Operators.py => 4.Operators.py} (100%) rename Python/{#5. Functions in python.py => 5.Functions_in_python.py} (100%) rename Python/{#6. Even and Odd.py => 6.Even_and_Odd.py} (100%) rename Python/{#7. Class.py => 7.Class.py} (100%) rename Python/{#8. factorial.py => 8.factorial.py} (100%) rename Python/{#9. Global and local.py => 9.Global_and_local.py} (100%) rename Python/{Question 1.py => Question_1.py} (100%) rename Python/{Question 2.py => Question_2.py} (100%) rename Python/{Question 3.py => Question_3.py} (100%) rename Python/{Question 4.py => Question_4.py} (100%) rename Python/{Reverse digits (Question 5).py => Question_5-Reverse_digits.py} (100%) diff --git a/Python/#1. Introduction to Python.py b/Python/1.Introduction_to_Python.py similarity index 100% rename from Python/#1. Introduction to Python.py rename to Python/1.Introduction_to_Python.py diff --git a/Python/#2. If Else.py b/Python/2.If_Else.py similarity index 100% rename from Python/#2. If Else.py rename to Python/2.If_Else.py diff --git a/Python/#3. Loops.py b/Python/3.Loops.py similarity index 100% rename from Python/#3. Loops.py rename to Python/3.Loops.py diff --git a/Python/#4. Operators.py b/Python/4.Operators.py similarity index 100% rename from Python/#4. Operators.py rename to Python/4.Operators.py diff --git a/Python/#5. Functions in python.py b/Python/5.Functions_in_python.py similarity index 100% rename from Python/#5. Functions in python.py rename to Python/5.Functions_in_python.py diff --git a/Python/#6. Even and Odd.py b/Python/6.Even_and_Odd.py similarity index 100% rename from Python/#6. Even and Odd.py rename to Python/6.Even_and_Odd.py diff --git a/Python/#7. Class.py b/Python/7.Class.py similarity index 100% rename from Python/#7. Class.py rename to Python/7.Class.py diff --git a/Python/#8. factorial.py b/Python/8.factorial.py similarity index 100% rename from Python/#8. factorial.py rename to Python/8.factorial.py diff --git a/Python/#9. Global and local.py b/Python/9.Global_and_local.py similarity index 100% rename from Python/#9. Global and local.py rename to Python/9.Global_and_local.py diff --git a/Python/Question 1.py b/Python/Question_1.py similarity index 100% rename from Python/Question 1.py rename to Python/Question_1.py diff --git a/Python/Question 2.py b/Python/Question_2.py similarity index 100% rename from Python/Question 2.py rename to Python/Question_2.py diff --git a/Python/Question 3.py b/Python/Question_3.py similarity index 100% rename from Python/Question 3.py rename to Python/Question_3.py diff --git a/Python/Question 4.py b/Python/Question_4.py similarity index 100% rename from Python/Question 4.py rename to Python/Question_4.py diff --git a/Python/Reverse digits (Question 5).py b/Python/Question_5-Reverse_digits.py similarity index 100% rename from Python/Reverse digits (Question 5).py rename to Python/Question_5-Reverse_digits.py