Skip to content
View kuzmicheff's full-sized avatar
Block or Report

Block or report kuzmicheff

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

  1. palindrome palindrome Public

    Palindrome checker in Python 3. This program asks a user for a string of characters or a word. It checks the user input, runs palindrome check on it, and tells user whether the entered string is a …

    Python 2 6

  2. wage-calculator wage-calculator Public

    A weekly wage calculator written in Python 3

    Python

  3. fizz-buzz-series-printer fizz-buzz-series-printer Public

    A Fizz Buzz series printer in Python 3. It asks user to enter 5 values for range start, range end, range step, divider 1, and divider 2. It performs the input validity check, calculates results, an…

    Python

  4. rock-paper-scissors-lizard-spock rock-paper-scissors-lizard-spock Public

    A game of rock, paper, scissors, lizard, Spock in Python 3

    Python

  5. email-parser email-parser Public

    Email parser in Python 3. This program asks the user to enter email address and checks if it is a valid email address. Using the regular expressions is prohibited for this assignment.

    Python

  6. happy-numbers happy-numbers Public

    This program checks every number from 0 to 10,000 and determines what numbers are happy.