#!/usr/bin/python
# -*- coding: utf-8 -*-
class IndieGameDev:
def __init__(self):
self.name = "Nube"
self.role = "indiegamedev"
self.language_spoken = ["en_US"]
def say_hi(self):
print("Thank you for stopping by. I'm an indie game developer,and I hope you enjoy the games I've created.")
me = indiegamedev()
me.say_hi()
Programming Languages:
Tools and Services: