Tanya Yaroshevich

Minsk, Belarus

my photo

Contacts

About me

Starting my career as a front-end developer, studying on the RS-School JS / FE Pre-School course.

Skills

Projects

CV

Code Example

n = int(input())

for x in range(1, n, 2):

if x % 3 == 0 and x % 5 == 0:

print("SoloLearn")

elif x % 3 == 0:

print("Solo")

elif x % 5 == 0:

print("Learn")

else:

print(x)

Courses

Education

BNTU, Faculty of Energy Construction, construction engineer

Languages