I am coder, I am a student, I am a human. I am Suno. Nice to meet you!
class aboutMe():
def __init__(self):
self.name = "Suno"
self.age = "#N/A"
self.location = "Vietnam"
self.occupation = "Student"
self.OS = ["Linux", "Windows"]
self.Jobs = [
"Internship at HiNET"]
self.MainLanguages = [
"Python", "Shell", "R", "C++", "C#"]
self.database = [
"MySQL", "PostgreSQL"]
self.tool = [
"VSCode", "PyCharm", "RStudio", "Jupyter Notebook", "Git", "GitHub"]
self.hobbies = [
"Code", "Sleep", "Eat", "Repeat"]
def __str__(self):
return "Hello there, I'm Suno, nice to meet you!"
def _MoreOption(self):
return 'https://sunobb.github.io/' # Update later