Skip to content
View bryton-miller's full-sized avatar
🐒
banana
🐒
banana

Highlights

  • Pro
Block or Report

Block or report bryton-miller

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
bryton-miller/README.md

Hello :)

Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class computerscience:
    
    def __init__(myself):
        myself.prounouns = ['he', 'him']
        myself.name = 'Bryton'
        myself.language = 'English'
        myself.learning = 'Python, HTML, CSS'

    def thankyou(myself):
        print('enjoy your time on my profile')

me = computerscience()
me.thankyou()

#code idea is from @Zhenye-Na

Popular repositories

  1. bryton-miller bryton-miller Public

    my profile

  2. Bodybuilder-Chatbot Bodybuilder-Chatbot Public

    OpenAI Discord Chatbot

    Python