Skip to content
View abhayrwt27's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report abhayrwt27

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

Pinned Loading

  1. project2-password-generator project2-password-generator Public

    This code generates the password using the random module and string module. This will you a strong password.

    Python

  2. project3-data-analyser project3-data-analyser Public

    This project reads a csv file named studentdata.csv and give us results such as total students, average marks, number of passed students etc. I have make it using the csv module and also used some …

    Python

  3. project5-dice-game project5-dice-game Public

    This project is generally based on mini game such that to roll two dices one of the user and the other of the computer, and the count the number of rounds each player won and then give the total re…

    Python

  4. celestial.db celestial.db Public

    FCC Celestial Database Project

  5. project6-typing-speed project6-typing-speed Public

    This code asks you to type a sentence and then it will calculate your typing speed and tell you about the accuracy. This is done by using the time module, string data type, for loop, string functio…

    Python