Skip to content
View jvrring's full-sized avatar
  • United Kingdom
  • 09:19 (UTC +01:00)

Highlights

  • Pro
Block or Report

Block or report jvrring

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
jvrring/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareDeveloper:
    def __init__(self):
        self.name = "Jarad"
        self.role = "Software Developer"
        self.languageSpoken = ["en_GB"]

    def reply(self):
        print("h")


me = SoftwareDeveloper()
me.reply()

My languages


GitHub stats


Spotify




Popular repositories Loading

  1. my-site my-site Public

    HTML

  2. jvrring jvrring Public

    Config files for my GitHub profile.