2026-06-06 15:57:28 +02:00
2026-06-06 15:57:28 +02:00
2026-06-06 15:57:28 +02:00

Assignment 3 - Adam & Eve Subclasses

This is my code for the Task 3 assignment using inheritance.

How it works:

  • I created a base class called Human.
  • Man and Woman are subclasses that inherit everything from Human.
  • The God function creates and returns an array with the first man and woman.
Description
No description provided
Readme 29 KiB
Languages
Python 100%