Skip to content
View MetaRollover's full-sized avatar
  • Florida, USA

Block or report MetaRollover

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. ip-adddress-calculator ip-adddress-calculator Public

    This Repo is just a small project I have been working on as a test of my knowledge of Python so far. At the time I am writing this, I am about halfway through my college's Introduction to Programmi…

    Python

  2. pin-python-recycling pin-python-recycling Public

    This was a little bit of code I wrote as part of the COP 1000 class I was taking where we were learning Python. Here, we reuse the same variable 'n' over and over, to print out each number of the P…

    Python

  3. mode-python mode-python Public

    This program was one I created while taking COP 1000. It simply calculates the mode from the numbers it recieves as input from the user.

    Python

  4. remove-from-list-python remove-from-list-python Public

    A program I created while I was in COP 1000. Its purpose is to iterate through the list, and compare the entry that is being requested to be removed, with the entry in the list. If they match, then…

    Python

  5. function-average-python function-average-python Public

    This was a program I created while I was taking COP 1000. It takes the average of a list of numbers that the user gives it, but it does so in two functions.

    Python

  6. UNFINISHED-classes-python UNFINISHED-classes-python Public

    A bit of unfinished code I wrote while taking COP 1000, where we were being introduced to classes in Python. Its just an exploration of the concept of classes, the structure of classes, and how cla…

    Python