Exercise: Implement a Gene inheritance model combining DNA



a = Person('ABC')
b = Person('DEF')

c = a + b
print(c.gene) # ABF