-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
hint message that error is present does not appear #62861
Copy link
Copy link
Closed
Labels
platform: learnUI side of the client application that needs familiarity with React, Gatsby etc.UI side of the client application that needs familiarity with React, Gatsby etc.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.status: PR in worksWork in Progress (WIP) Issues.Work in Progress (WIP) Issues.
Description
I am testing step 28 of #62644, the message that there is an error is not appearing here.
this is my code:
if __name__ == '__main__':
product = Product('Wireless Mouse', 50.0)
user_tier = "Premium"
strategies = [PergentageDiscount(10), FixedAmountDiscount(5), PremiumUserDiscount()]a different error make it appear:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform: learnUI side of the client application that needs familiarity with React, Gatsby etc.UI side of the client application that needs familiarity with React, Gatsby etc.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.status: PR in worksWork in Progress (WIP) Issues.Work in Progress (WIP) Issues.
