Time:09-27
CodePudding user response:
class Student: def __init__ (self, name) : the self. The name=name print (" my name is % s "% self. The name) stu=Student (" XR") Why can't directly use the name, but also again with the self. The name=name such assignment,
Page link:https//www.codepudding.com/other/35364.html