1,760
edits
Changes
→PART 1 - Creating a Class
:#Place the following content inside the new python script and save it. Read through this script and the comments inside.<source lang="python">
#!/usr/bin/env python3
# Author idID: [seneca_id]
class Student: