#!/usr/bin/python
# -*- coding: utf-8 -*-
class infome:
def __init__(self):
self.name = "NGUYEN VAN THANH"
self.age = "24"
self.school = "第一工業大学 東京上野キャンパス"
self.role = "Web-develop"
self.language_spoken = ["ja_JP", "en_US"]
def say_hi(self):
print("こんにちは!!")
me = infome()
me.say_hi()
💐
On vacation
Pinned 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.