Sauko Tatsiana

Sauko Tatsiana

  • Location: Minsk, Belarus
  • Phone: +375291716142
  • E-mail: tatsianasavko5@gmail.com
  • LinkedIn

About Me

I'd describe myself as a goal-oriented and hardworking person with good organizational skills and strategic thinking.

I am said to be realiable, extemely dedicated and able to perform well using my initiative.

I always do my best to achieve professional goals.

Skills

Code example

            def solution(args):
                list_res = []
                list_prom = [args[0]]
                for i in range(len(args) - 1):
                    if args[i] + 1 == args[i + 1]:
                        list_prom.append(args[i + 1])
                    else:
                        list_res.append(list_prom)
                        list_prom = [args[i + 1]]
                list_res.append(list_prom)
                list_output = []
                for i in range(len(list_res)):
                    if len(list_res[i]) == 2:
                        list_output.append(str(list_res[i][0]))
                        list_output.append(str(list_res[i][1]))
                    elif len(list_res[i]) == 1:
                        list_output.append(str(list_res[i][0]))
                    else:
                        list_output.append(f'{list_res[i][0]}-{list_res[i][-1]}')
                return ','.join(list_output)
        

Work experience

Education Center for Programming and High Tech/ Trainee Python Developer

Education

Courses

University

Languages