python programming
Posted: Fri Jul 08, 2022 6:39 am
python programming
What is wrong with the following code? class A: definit__(self, i): self.i = i def main(): a = A() print(a.i) main()
What is wrong with the following code? class A: definit__(self, i): self.i = i def main(): a = A() print(a.i) main()