-
-
Notifications
You must be signed in to change notification settings - Fork 43.2k
feat(curriculum): add bill splitter workshop #65517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(curriculum): add bill splitter workshop #65517
Conversation
majestic-owl448
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you have written all steps, the final step require a solution at the end of the file
# --solutions--
```py
```|
|
||
| ```python | ||
| --fcc-editable-region-- | ||
| # Declare your variable below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not add comments like this, we do not support that
| running_total = 0 | ||
| num_of_friends = 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the previous step you were asking to add the second variable with a line in between, so if you do that, here it looks better if also there is an empty line, alternatively remove the empty line above the editable region in the previous step
| running_total = 0 | |
| num_of_friends = 4 | |
| running_total = 0 | |
| num_of_friends = 4 |
| @@ -0,0 +1,18 @@ | |||
| { | |||
| "name": "Build A Bill Splitter", | |||
| "isUpcomingChange": true, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "isUpcomingChange": true, | |
| "isUpcomingChange": false, |
|
|
||
| ## Introduction to the Build A Bill Splitter | ||
|
|
||
| This page is for the Build A Bill Splitter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there should be an intro here
| "title": "Python Certification Exam", | ||
| "intro": ["Pass this exam to earn your Python Certification"] | ||
| }, | ||
| "workshop-math-operations": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you move this upward to be right below lecture-numbers-and-mathematical-operations?
| }, | ||
| "workshop-math-operations": { | ||
| "title": "Build A Bill Splitter", | ||
| "intro": ["Build A Bill Splitter", ""] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there needs to be an intro here
Checklist:
mainbranch of freeCodeCamp.Reference #64724
This PR adds the 'Build a Bill Splitter' workshop to the
python-v9superblock. The initial content contains:Testing logic will be added after review is approved. These changes were tested locally on my machine.