Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Maksim Terzi

Offer Maksim work on your next project.

Ukraine Odessa, Ukraine
10 months 3 days back
Available for hire available for hire
age 20 years
on the service 3 years

Rating

Successful projects
No data
Average rating
No data
Rating
68
Python
2901 place out of 4516
Python
2901 place out of 4516

Language proficiency level

Українська Українська: fluent

Skills and abilities

Programming

Portfolio


  • 0 USD

    by p

    Python
    The class task:
    def __init__(self, name, description, date_created):
    self.name = name
    self.description = description
    self.date_created = date_created

    def edit_task(self, new_name, new_description):
    self.name = new_name
    self.description = new_description

    The Class Goal:
    def __init__(self, name, description, date_created):
    self.name = name
    self.description = description
    self.date_created = date