Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 18:53:39 -04:00
committed by GitHub
parent 6620378afe
commit 17f8ea5a87

View File

@ -19,7 +19,7 @@ ga = EasyGA.GA()
# Run the defult genetic algorithm # Run the defult genetic algorithm
ga.evolve() ga.evolve()
``` ```
# Output ### Output
```Python ```Python
print("Output HERE") print("Output HERE")
``` ```