Skip to content
View markgarciacoder's full-sized avatar

Block or report markgarciacoder

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. python-projects python-projects Public

    Here are all my early attempts at Python!

    Python

  2. hello-world hello-world Public

    My first repository in GitHub.

  3. Letter_Swap.py Letter_Swap.py Public

    Prompt the user for a word. Use that word to make a list. Prompt the user for a letter. If the letter is in the list, replace it with a '*'.

    Python

  4. Prime_Number_Checker.py Prime_Number_Checker.py Public

    This Python script takes a number from the user and checks to see if it is a prime number.

    Python

  5. Blind_Auction_Bid Blind_Auction_Bid Public

    This is a script in Python that will take a user's name and bid as inputs and prompt if there are more bidders and print the highest bidder.

    Python

  6. Lists_And_Dictionaries Lists_And_Dictionaries Public

    Good reference for finding highest and lowest values in a list or dictionary.

    Python