codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Check prime number #74

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Python program to check prime number.

Additional information

Input  : 8
Output : Not prime number
Input  : 7
Output : Prime number

Code of Conduct

dylan-power commented 2 years ago

Hi, I'd like to take this issue. Where should I put the .py file? Is there anything else to be done besides writing the program? Thanks.

harshraj8843 commented 2 years ago

Hii @dylan-power

Thanks for showing your interest in this open source project 😃

Steps to add the solution :-