Skip to content
View rodrigue34's full-sized avatar
  • Student at Oregon State
  • 2750 NW Harrison blvd, corvallis OR
  • X @rodrigueandela

Block or report rodrigue34

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. rod rod Public

    Write a program that asks the user how many integers they would like to enter. After all the numbers have been entered, the program should display the largest and smallest of those numbers

    Python

  2. rod2 rod2 Public

    Write a class using an init method to initialize data

    Python

  3. rod1 rod1 Public

    Write a class called play_Game that allows two players to play a game

    Python

  4. rod3 rod3 Public

    Write a class called Person that has two private data members - the person's name and age. It should have an init method that takes two values and uses them to initialize the data members. It shoul…

    Python

  5. rod4 rod4 Public

    Write a function named hailstone that takes a positive integer parameter as the initial number of a hailstone sequence and returns how many steps it takes to reach 1

    Python

  6. rod5 rod5 Public

    Write a function named count_letters that takes as a parameter a string and returns a dictionary that tabulates how many of each letter is in that string.

    Python