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

Block or report Ayy-Pee

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
Ayy-Pee/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m Arjun aka AyyPee
  • ๐Ÿ‘€ I love CS and PCM!
  • ๐Ÿ“š Python | Java
  • ๐Ÿ“ซ Contact - Discord: AyyPee#5035 Twitter: @_AyyPee

Pinned Loading

  1. SimplePhysicsFormulae SimplePhysicsFormulae Public

    This repository contains programs that will help you calculate values based on given data.

    Java 1

  2. Python functions that you can add to... Python functions that you can add to your code for basic calculations.
    1
    #Function to find if the number is Even or Odd
    2
    def evenodd(a):
    3
        if(a%2==0):
    4
            return(a,"is Even")
    5
        else:
  3. RickRollExe RickRollExe Public

    Software which when clicked opens "Never Gonna Give You Up" song by "Rick Astley" on YouTube.

    Python

  4. SchoolProject SchoolProject Public

    School Project ๐Ÿ˜

    Java