This repository contains my solutions to HackerRankproblems and problems given by chatgpt in python. It is meant for practice, learning, and improving problem-solving skills as a beginner.
In this repo all types of questions are sovled based on concepts like,
* variable and data types
* strings and conditionals
* lists and tuples
* dictionary and sets
* loops
* function and recursion
* file I/O
* oops etc.