class DangDangKhoa:
def __init__(self):
self.username = 'dangkhoaw'
self.fullname = 'Dang Dang Khoa'
self.location = 'Da Nang, Viet Nam'
self.role = 'Student'
self.university = 'University of Science and Technology - The University of Danang (DUT)'
self.field = 'Information Technology'
self.interest = 'Cyber Security'
if __name__ == '__main__':
me = DangDangKhoa()
Popular repositories Loading
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.