Skip to content
View miguelmatira64's full-sized avatar
💭
Busy.
💭
Busy.

Block or report miguelmatira64

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

About Me:

class Student:

    def __init__(self):
        self.name = "Miguel"
        self.age = "14"
        self.role = "Student"
        self.language_spoken = ["tl-PH", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, I hope I'll learn more languages in the future...")


me = Student()
me.say_hi()

Contact:

@miguelmatira64's activity is private