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

Check Questions Week 5 #134

Closed stjaco62 closed 2 years ago

stjaco62 commented 2 years ago

Hi, please check all questions (Self-tests, Weekly Assignments) of week 5.

stjaco62 commented 2 years ago

Unit2, Q1: The output should be displayed in subsequent lines. Or the question has to be rephrased. Unit3, Q2: same as above Unit4, Q1: Rephrase answer "Local and global ..." Unit4, Q2: same as above ... Unit6, Q1: Replace .bit_length by .bit_length() A, Q2: Rephrase Answer "... result is given back." A, Q3: same as above A, Q4: Replace Answer "... instead"" by "...instead" (delete the ".) A, Q5: Same as above + delete the text below the image. A, Q6: same as above A, Q7: Rephrase: "... from the inside out" to "... from inside out ..."

Hiltiprant commented 2 years ago

After just closing W4, I will directly continue here 😉

Unit 1

A missing s: Photo-2022-05-01-11-31-38_0063

Unit 2

The print statement will add a line break at the end, so the format of the answers should all be like that (there are more questions following w/ the same issue:

3
1
2

Photo-2022-05-01-11-34-33_0064

Unit 3

Same as in unit 2: Photo-2022-05-01-12-20-11_0065

Unit 4

same... Photo-2022-05-01-12-26-48_0066

Unit 5

There is no mistake, but this question is pretty hard to answer w/o a Python console or similar (and I was not aware that you can do this recursively). Is this intentional? If not, the print(fib(6)) should maybe use a smaller number to lessen the number of iterations. Photo-2022-05-01-12-32-31_0067

Unit 6

Photo-2022-05-01-12-33-44_0068

Assignment

Another \n mistake? Photo-2022-05-01-12-42-11_0069

GlennVerhaag commented 2 years ago

Regarding Week 5 questions:

image "the function is left" -> "the function is terminated" or "the function is stopped" would sound better in my opinion.

image

In the assignment, normal brackets are expected:

image

stjaco62 commented 2 years ago

Findings forwarded for repair. I close this issue.