ceedee666 / opensap_python_intro

This repository contains several Jupyter notebooks. These notebooks are the course material for an upcoming openSAP course on Python 🐍.
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

Ex_2-4: Error in list of stock symbols #111

Closed ceedee666 closed 2 years ago

ceedee666 commented 2 years ago

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] CleanShot 2022-04-04 at 21 21 10@2x

SusanneBusemann commented 2 years ago

Changed: https://open.sap.com/courses/python1/items/21QOO5bk4nIYv7RllJnNmD

ceedee666 commented 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.

SusanneBusemann commented 2 years ago

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