Heya! I'm F.S., a student currently living in Berlin, Germany. I'm preparing for SD, and learning programming through small projects on the side.
class Yuma():
def __init__(self):
self.name = "F.S.";
self.username = "yuma-dev";
self.location = "Berlin, Germany";
self.discord = "yuma#7280";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Yuma()
Last Edited on: 18/02/2022