Python

Basics:

  1. Reading Input in Python
  2. Splitting Input in Python 
  3. Converting String into List

Practice Problems:
           Below is the collection of Practice problems for python.
Note: To get the solution just click on the problem statement.
  1. Problem 1: Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5, between 2000 and 3200 (both included).The numbers obtained should be printed in a comma-separated sequence on a single line.Below is the solution code with the explanation.