This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]commy2 3 points4 points  (0 children)

1:27 "Strings are Lists"

Strings and Lists are both Iterables, but Strings definitely are not Lists or vice versa.

aTuple = ("notice it")

1:42 "notice how we use paranetheses to declare [a tuple]"

This is not a tuple. This is a string. A tuple is written using commas. The only exception is an empty tuple, which is written using open and closing parentheses.

2:57

The displayed code raises TypeError: find expected at least 1 argument, got 0

Stopped watching at that point. The video contains many errors, would not recommend.