RunestoneInteractive / fopp

Foundations of Python Programming
https://runestone.academy/runestone/static/fopp/index.html
37 stars 120 forks source link

Clarified Problem Description for ac11_4_8 #334

Closed mcnoat closed 3 years ago

mcnoat commented 3 years ago

Upon reading the original problem description for ac11_4_8, I thought that the solution was this:

def intro(name):
    if name == 'Becky':
        return 'Hello, my name is Becky and I love SI 106.'

I therefore clarified the problem description, to hopefully make more clear that the output is supposed to be custimized according to the inputted name

mcnoat commented 3 years ago

Sorry for the unnecessary closing ot he pull request. I'm new to contributing on Github and thought this issue had been resolved without realizing that only admins can merge and legitimately close a pull request.