One_line_PythonPrograms

This repository holds simple/complex python programs that can be written in single line.

Contribution Guidelines

  • Kindly check the repository and active PR's before making PR to avoid duplicate programs
  • Avoid very basic progams like printing "hello world", additons, substracitons etc..
  • Do not add print statements
  • Do not hardcode any variables
  • Your script file should contain only two lines.
    1. comment (what your program does)
    2. Your actual program in single line
  • Your file name should also contain only the program name.
  • Read contribute.md file to know "How to contribute to this repository"