#!/usr/bin/python
# -*- coding: utf-8 -*-
class MySelf:
def __init__(self):
self.name = '🐻 Gianni\n'
self.languages = '🇮🇹 it_IT, 🇬🇧 en_GB\n'
self.education = 'BSc:' \
'Degree: 🖥️ Computer Science\n' \
'University: ⚜️ Florence\n'
self.hobbies = '📸 Photography, 🌍 Travelling, 🏃Running\n'
self.interests = '📗 Book, 🌳 Nature, 📜 History\n'
def hello(self):
print(me.name, me.languages, me.education, me.hobbies, me.interests)
print("Thanks for dropping by, hope you find some of my work interesting.")
me = MySelf()
me.hello()
Pinned Loading
-
algorithms-data-structurs-project
algorithms-data-structurs-project PublicProject that brings together all the basic elements that constitute the subject of algorithms and data structures. It creates a tree and performing some operations on it and also execute the Depth-…
Java
-
computer-architectures-project
computer-architectures-project PublicRISC-V assembly code that simulates some encryption and decryption functions of a text message, interpreted as sequence of ASCII characters.
Assembly
-
database-project
database-project PublicRelational database application. The project amis to create a database for a social media X like Linkedin with the related queries, procedures and functions.
SQL
-
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.