/PyLearn

A simple repository that introduces some programming concepts and solved problems in python

Primary LanguagePython

PyLearn

A simple repository which introduces some concept oriented problems and some random problems in python which is commonly seen in coding competitions

Contents included:

  • Power and Mod Power

  • Command Line Arguments

  • if elif else

  • List Comprehensions

  • for,while loops

  • map function

  • print statement

  • Sort,sorted functions

  • String split and join