extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

Git #2

Closed Jugalcody closed 2 years ago

Jugalcody commented 2 years ago

Added 4 functions -

  1. printprime(start,end) ------print all prime numbers from start to end
  2. hex2bin(x) -------------convert hexadecimal number into binary
  3. oct2bin(x) --------------convert octal number into binary
  4. bin2dec(x) --------------convert binary into decimal number