Skip to content
View pushon07's full-sized avatar

Block or report pushon07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. prime_number prime_number Public

    This is a small code in Python for finding the Prime numbers within any given range of integers. Here I saved all the prime numbers (from 2 to maximum-value-of-the-range ) in a list first. Later, a…

    Python 1 3

  2. firstRepo firstRepo Public

    My first repository in github!

  3. iContact iContact Public

  4. hang_man_game hang_man_game Public

    Groff

  5. monty_hall_problem monty_hall_problem Public

    Suppose you're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what's behind the …

    Python

  6. Digit_recognizer Digit_recognizer Public

    This python scrpit will perform the artificial neural network algorithm on the given training dataset of hand-written digits and will predict the digits from the test dataset.

    Python