Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Dec 27, 2023
1 parent a526927 commit c64ff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/beginners-en/list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The elements to be added here are in the form of a list:
```python
more_prime_nr = [23, 29, 31]
prime_numbers.extend(more_prime_nr)
print(primary)
print(prime_numbers)
```

The `extend` method can work with other
Expand Down

0 comments on commit c64ff7a

Please sign in to comment.