kuleshov / teaching-material

Teaching materials for the machine learning and deep learning classes at Stanford and Cornell
1.1k stars 1.41k forks source link

Fix some expected result in string operation #6

Closed zhaobaiyu closed 6 years ago

zhaobaiyu commented 7 years ago

The second 'bar' may be a mistake.

yuchiwang commented 7 years ago

In [150]: xs.append('bar') # Add a new element to the end of the list print xs [3, 1, 'foo', 'bar', 'bar']

The second 'bar' may be a mistake.

kuleshov commented 6 years ago

Thank you!