Skip to content

Error in 04_data_types #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
liuange opened this issue Nov 1, 2022 · 0 comments
Open

Error in 04_data_types #89

liuange opened this issue Nov 1, 2022 · 0 comments

Comments

@liuange
Copy link

liuange commented Nov 1, 2022

Under 'basic types in python', fitness should be a string, not a variable

Current:

# Subtraction with strings
print(fitness - 'a')

Corrected:

# Subtraction with strings
print('fitness' - 'a')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant