Commit 6233d1a0 authored by arjun.b's avatar arjun.b

first commit

parent b389c993
\
,.idea/inspectionProfiles/Project_Default.xml,4\9\496a238a6afa168dbaf6efd37bb459331589579c
^
..idea/inspectionProfiles/profiles_settings.xml,1\e\1e9075f5bf079c01ef2c910709e91a497d262080
\ No newline at end of file
...@@ -74,7 +74,7 @@ shape1 = factory1.create_shape() ...@@ -74,7 +74,7 @@ shape1 = factory1.create_shape()
color1 = factory1.create_color() color1 = factory1.create_color()
shape1.draw() shape1.draw()
color1.fill() color1.fill()
print("--------------------------------")
factory2 = ColorShapeFactory() factory2 = ColorShapeFactory()
shape2 = factory2.create_shape() shape2 = factory2.create_shape()
color2 = factory2.create_color() color2 = factory2.create_color()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment