Closed ceedee666 closed 2 years ago
Sorry, still not correct. It needs to be
["TSLA", 860, 54.2]
not
["TSLA", 860, 54,2]
The latter creates four list elements as the comma (,) is the seperator for list elements.
Sorry, I did not pay attention to the comma/point. Please let me know if there is still something to change. https://open.sap.com/courses/python1/items/21QOO5bk4nIYv7RllJnNmD
In the exercise 4 of week 2 there is a error in the list of stock symbols. Instead of
["TSLA", 860, 24,2]
it needs to be["TSLA", 860, 54.2]