This repository contains one Python file per topic extracted from your screenshots. Each file is a starter template with a solve() function stub. Replace the placeholder problem statement and implement the solution, then commit to your GitHub repository.
Files included:
- session_overview.py, basic_refresher.py, real_life_scenarios_of_programming_i.py, real_life_scenarios_of_programming_ii.py, swapping.py, even_or_odd.py, alarm_clock.py, factorial.py, reverse_the_digits.py, how_many_chocolates.py, print_the_pattern.py, refresher_strings_1.py, palindrome_string.py, reverse_words.py, no_spaces.py, move_vowels.py, common_prefix.py, anagrams.py, refresher_arrays_1.py, smallest_element.py, above_average.py, recruit_new_members.py, calendar_problem.py, fenced_matrix.py, practice_questions_i.py, practice_questions_ii.py, refresher_lists_2.py, remove_duplicates.py, dictionary_and_list.py, upgrad_string.py, balanced_brackets.py
How to use:
- Edit the file for a topic and implement the
solve()function. - Run
python filename.py < input.txtto test with input files, or call the function directly during development.
If you want, I can:
- Implement solutions for specific problems (if you paste the exact statements).
- Format for online judges (function signature, fast I/O).
- Create a GitHub repo and push these files (you'll need to provide access/token).