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()
Security Operations. Open source enthusiast
- Ribeirão Preto, SP, Brasil
- in/bruce-lourenco
Popular repositories Loading
-
-
falconpy
falconpy PublicForked from CrowdStrike/falconpy
The CrowdStrike Falcon SDK for Python
Python
-
crwd-get-detections-pandas
crwd-get-detections-pandas PublicGet detection information from Crowdstrike cloud API using FalconPy library and Pandas
Jupyter Notebook 1
-
simple-react-calendar
simple-react-calendar PublicForked from engenheiracoelho/simple-react-calendar
A simple react based calendar component to be used for selecting dates and date ranges
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.