gennad / Design-Patterns-in-Python

A collection of popular design patterns implemented in Python programming language
717 stars 206 forks source link

Update Factory.py for Python 3.4.1 #2

Closed SMWARREN closed 8 years ago

SMWARREN commented 9 years ago

"The print statement has been replaced with a print() function, with keyword arguments to replace most of the special syntax of the old print statement (PEP 3105)"