#!/usr/bin/python
# -*- coding: utf-8 -*-
class Student:
def __init__(self):
self.name = "Dario De Nardi"
self.role = "MSc in Computer Engineering"
self.language_spoken = ["it_IT", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find interesting my profile :)")
me = Student()
me.say_hi()
Popular repositories Loading
-
-
Sistemi-Distribuiti-M
Sistemi-Distribuiti-M PublicAppunti di Sistemi Distribuiti (Ingegneria Informatica M - Alma Mater Studiorum, Università di Bologna)
CSS 9
-
-
TeaRoom-Project
TeaRoom-Project PublicForked from mikeebid/TeaRoom-Ing.Software-Systems-Unibo
Final Project for exam of Ingegneria del Software M - Ing. Informatica Magistrale - UniBO 2021
CSS 1
-
Greedy-Algorithm-Project
Greedy-Algorithm-Project PublicImplementation of a Greedy Algorithm for GMKP problem in C++
C++ 1
-
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.