Skip to content

Commit 3edd1b2

Browse files
committed
edit
1 parent 4454ac2 commit 3edd1b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_episodes/02-datatypes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,4 +753,8 @@ import this
753753
>
754754
> 3. Create two lists `l1 = [53, 16, 1, 86, 3, 33, 41, 76, 71, 4]` and `l2 = [30, 100, 94, 90, 17, 11, 39, 23, 90, 52]`. Use python to create a new list that contains only the odd numbers from both lists. The third list should look like this: `[53, 1, 3, 33, 41, 71, 17, 11, 39, 23]`.
755755
>
756+
> > ## Solutions
757+
> >
758+
> > The solutions will be posted in 4 days. Feel free to use the `#scripting_help` channel in Slack to discuss these exercises.
759+
> {: .solution}
756760
{: .challenge}

0 commit comments

Comments
 (0)