Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 17:17:25 -04:00
committed by GitHub
parent 0530908598
commit 3e41c553e0

View File

@ -19,6 +19,10 @@ ga = EasyGA.GA()
# Run your defult GA # Run your defult GA
ga.initialize() ga.initialize()
``` ```
# Output
```Python
print("Output HERE")
```
## How to use EasyGA: ## How to use EasyGA:
```python ```python