#!/usr/bin/python
# -*- coding: utf-8 -*-
class Dev:
def __init__(self):
self.name = "Norman"
self.status = "Student"
self.languages = ["en_US", "de_DE", "fr_FR"]
self.like = ["coding", "manga", "taekwondo", "minesweeper"]
def welcome(self):
print("Enjoy your stay in my domain")
myself = Dev()
myself.welcome()
🌊
R u https because without you I’m :/
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.