#!/usr/bin/python
# -*- coding: utf-8 -*-
import datetime
class Human:
def __init__(self):
self.age = 20
self.name = "Huyu2239"
self.langs = ["ja_JP", "en_US"]
self.birthday = datetime.date(2004, 1, 13)
self.role = "University Student"
def greet(self):
print("現実逃避をプレイ中")
myself = Human()
myself.greet()
-
広島市立大学
- Hiroshima
-
17:44
(UTC +09:00)
Highlights
- Pro
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.