t-rexdex / py_bootcamp

Python Bootcamp
0 stars 0 forks source link

Validate number of students #7

Closed huytran187 closed 1 year ago

huytran187 commented 1 year ago

Similar to levelname, you want to ensure the number of students is a sensible input. For example, it won't allow me to init with -1. Come up with other sensible things for this input as well

t-rexdex commented 1 year ago

Completed this in OOP project PR