An open API service indexing awesome lists of open source software.

https://github.com/candytale55/students_in_poetry

You are adding students to a Poetry class, the size of which is capped at 6. While the length of the students_in_poetry list is less than 6, use .pop() to take a student off the all_students list and add it to the students_in_poetry list.
https://github.com/candytale55/students_in_poetry

Last synced: 11 months ago
JSON representation

You are adding students to a Poetry class, the size of which is capped at 6. While the length of the students_in_poetry list is less than 6, use .pop() to take a student off the all_students list and add it to the students_in_poetry list.

Awesome Lists containing this project