Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 867 Bytes

File metadata and controls

21 lines (14 loc) · 867 Bytes

Python Beginner Technical Assessment

  • Fork the Python track assessment.

  • Clone the repository to your local computer.

  • Add your solution to the specificied position.

  • Commit your solution.

  • Push your update to your repository.

  • Submit your repository URL on the provided google form.

  • NOTE: make sure to follow the instruction on the readme.md/README.md

  • Using Python, Write a Python function that takes a number as a parameter and check the number is prime or not.

Note: A prime number(or a prime) is a positive integer that is only divisible by 1 and itself. For example, 2, 3, 5, 7, 11 are the first few prime numbers.

Submission:

  • Push your solution to github repo created

  • submit the URL on the application form here: Cohort 6 Application

Good luck!