-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added new question about List Ordering Mayhems #11
base: main
Are you sure you want to change the base?
Conversation
## Example Code | ||
|
||
```python | ||
function generateOrderedList(list l): |
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.
Cool question! Maybe provide some more sample code to make the solution more doable for beginners
```python | ||
function generateOrderedList(list l): | ||
>>> | ||
``` |
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.
Looks good! Could also be an interesting question when it comes to learning about objects/classes (e.g ordering the y-val then outputting the ordered x-vals or something like that)
## Example Code | ||
|
||
```python | ||
function generateOrderedList(list l): |
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.
LGTM. But, as others have suggested, maybe you could've added a sample solution
No description provided.