1
0
forked from tdwojak/Python2017
Python2017/labs04/task02.py
2017-12-16 09:02:29 +01:00

8 lines
141 B
Python

#!/usr/bin/env python2
# -*- coding: utf-8 -*-
class Employee:
def __init__(self, imie, nazwisko):
def get_id():
return(id)