Page 1 of 1

python programming

Posted: Fri Jul 08, 2022 6:39 am
by answerhappygod
python programming
Python Programming 1
Python Programming 1 (8.06 KiB) Viewed 22 times
What is wrong with the following code? class A: definit__(self, i): self.i = i def main(): a = A() print(a.i) main()