Skip to content

Latest commit

 

History

History
36 lines (14 loc) · 1.51 KB

README.md

File metadata and controls

36 lines (14 loc) · 1.51 KB

REC-Python-Digital-Cafe

It contains the questions of REC Python Digital Cafe. Students are requested to try the questions on their own first and look up for solutions only when they're stuck or after they're to compare the methods of solving. Happy Coding!!

👉 Week 1 - Introduction to Python

👉 Week 2 - Variables, Datatypes and Operators

👉 Week 3 - Algorithmic Approach: Selection Control Structures

👉 Week 4 - Algorithmic Approach: Iterative Control Structures

👉 Week 5 - Strings

👉 Week 6 - Lists

👉 Week 7 - Tuples

👉 Week 8 - Sets

👉 Week 9 - Dictionary

👉 Week 10 - Functions