For this task, you will practice writing basic Python programs and pushing your code to GitHub using the Git CLI.
There is no separate report for this task.
π Two PDF guides will be provided:
- First Year PDF β Python basics
- Second Year PDF β Slightly advanced Python concepts
Follow the respective PDF as per your year.
- Write the required Python programs as instructed in the PDF.
- Push your code to your private repository in the RoboManipal2025 organization.
- Follow the folder structure rule:
YourRepoName/
βββ Task0/
β βββ (files for Task 0)
βββ Task1/
β βββ program1.py
β βββ program2.py
β βββ ...
- Keep all Task 1 related files inside the
Task1
folder. - Name your
.py
files meaningfully (e.g.,factorial.py
,fibonacci.py
).
π Deadline: 3rd october, 11:59 pm