/Python-IIT-Kanpur-Winter-Programme-Questions

Daily Python programming questions inspired by IIT Kanpur's Winter Program to boost your Python skills. 🐍💡

Primary LanguagePythonMIT LicenseMIT

Python IIT Kanpur Winter Programme Questions

Welcome to the Python IIT Kanpur Winter Program Questions repository! 🚀

This repository is a daily collection of Python programming questions inspired by the curriculum of the IIT Kanpur Winter Program. Whether you're a beginner looking to strengthen your Python basics or an experienced developer seeking a daily challenge, this repository aims to provide a diverse set of questions to enhance your Python skills.

Feel free to explore, attempt the questions, and contribute your solutions. Let's learn and grow together in the world of Python programming!

Happy Coding! 💻✨


How to Use

Each day, a new Python programming question will be posted. The structure of the questions and solutions will follow this format (I've taken an example here):

# QUESTION DESCRIPTION (The Question Description will be in comments
"""
Write a Python program that takes two numbers as input and prints their sum.
"""

# SOLUTION (It won't be in comments)
def add_numbers(a, b):
    return a + b

# INPUT & OUTPUT (It will be in comments)
# num1 = 5
# num2 = 10
# print(add_numbers(num1, num2))
# 15

Certification Verification

You can verify and view my certification through blockchain technology by clicking here

Let's dive into the world of Python programming and enhance our skills together!

Contribution

Feel free to contribute your solutions to this repository and help others in their learning journey!

FUTURE UPDATES

  1. Replace the current implementation with a more efficient algorithm or utilize a relevant library.
  2. Improve the visual layout and organization of the entire repository for better readability and accessibility.

#IITK #Python #Certification #GitHub #ProgrammingQuestions #PythonSkills #LearningJourney