Skip to content
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

In Day 6 - Tuples hava some a syntax error: #480

Open
mjz2457784786 opened this issue Feb 27, 2024 · 2 comments
Open

In Day 6 - Tuples hava some a syntax error: #480

mjz2457784786 opened this issue Feb 27, 2024 · 2 comments

Comments

@mjz2457784786
Copy link

In Day 6 - Tuples hava some a syntax error:
fruits = ('banana', 'orange', 'mango', 'lemon') first_fruit = fruits[0] second_fruit = fruits[1] last_index =len(fruits) - 1 last_fruit = fruits[las_index]
In the last line, ‘las’ should be changed to ‘last’

@RonakSiddhpura
Copy link

In Day 6 - Tuples hava some a syntax error:
fruits = ('banana', 'orange', 'mango', 'lemon')
first_fruit = fruits[0] second_fruit = fruits[1]
last_index =len(fruits) - 1
last_fruit = fruits[last_index]
In the last line, ‘las’ should be changed to ‘last’

@DarkTechPirate
Copy link

Finished this

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

3 participants