384
edits
Changes
→PART 2 - Understanding Class Structure
student1 = Student('John', '013454900')
</source>
Note: Student ID number should be a String, not an integer.
:# Have a look at the contents of the object student1:<source lang="python">
print(student1.name)