1
0
forked from tdwojak/Python2017
Python2017/labs04/task02.py

5 lines
90 B
Python
Raw Normal View History

2017-12-03 13:05:05 +01:00
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
2017-12-03 15:40:52 +01:00
class Employee:
def __init__(self, ,):