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

Block or report brucelourenco

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
brucelourenco/README.md
class myInfo():
    def __init__(self, name: str, age: int, hobby: list) -> None:
        self.name  = name        
        self.age   = age
        self.hobby = hobby
    
    def show_me(self):
        print(self.name, self.age, self.hobby)
    
myInfo('Bruce', 43, ['Reading', 'Play video game']).show_me()

Popular repositories

  1. brucelourenco brucelourenco Public

  2. falconpy falconpy Public

    Forked from CrowdStrike/falconpy

    The CrowdStrike Falcon SDK for Python

    Python

  3. crwd-get-detections-pandas crwd-get-detections-pandas Public

    Get detection information from Crowdstrike cloud API using FalconPy library and Pandas

    Jupyter Notebook 1

  4. simple-react-calendar simple-react-calendar Public

    Forked from engenheiracoelho/simple-react-calendar

    A simple react based calendar component to be used for selecting dates and date ranges

    JavaScript