What is wrong with the following code:
class Book():
def open(self):
print("You opened the book")
def __init__(self):
self.pages = 347
The __init_with attributes should
be listed first.
open should be capitalized.
Book should not be capitalized.
there should be a self.in front of pages
Answers
Answered by
0
Answer:
The __init_with attributes should
be listed first.
open should be capitalized.
Book should not be capitalized.
there should be a self.in front of pages
Similar questions
Math,
2 months ago
English,
5 months ago
English,
5 months ago
Chemistry,
10 months ago
Social Sciences,
10 months ago