└── Exam ├── Part_1 ├── Code_1.py ├── Code_2.py └── Code_3.py ├── Part_2 ├── Code_1.py └── Code_2.py └── Part_3 ├── Question_1.py └── Question_2.py /Exam/Part_1/Code_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_1/Code_1.py -------------------------------------------------------------------------------- /Exam/Part_1/Code_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_1/Code_2.py -------------------------------------------------------------------------------- /Exam/Part_1/Code_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_1/Code_3.py -------------------------------------------------------------------------------- /Exam/Part_2/Code_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_2/Code_1.py -------------------------------------------------------------------------------- /Exam/Part_2/Code_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_2/Code_2.py -------------------------------------------------------------------------------- /Exam/Part_3/Question_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_3/Question_1.py -------------------------------------------------------------------------------- /Exam/Part_3/Question_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadhamousti/Exam/HEAD/Exam/Part_3/Question_2.py --------------------------------------------------------------------------------