Advertisement
Bunmite

Untitled

Apr 1st, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class Sckyscraper():
  2. def _init_(self, name, year)
  3. self.name=name
  4. self.year=year
  5. print (f"the name of the building is{self.name} and it was built in {self.year}year)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement