self._first_word = "Hello"
self._comma = ','
self._space = ' '
self._second_word = "World"
self._exclamation_mark = "!"
def print_hello_world(self):
print(self._first_word + self._comma+ self._space + self._second_word + self._exclamation_mark)
hello_world = HelloWorld()
hello_world.print_hello_world()
так?)
чотсложно, я так не умею
Обсуждают сегодня