Hello,
I'm Nikita
Averin
FEATURE JUNIOR FRONT-END DEVELOPER
CONTACTS
Stavropol, RussiaTelegram: nemnogopohuy
Discord: pythonchik0
GitHub: pythonchik0
ABOUT ME
I am currently in my 2nd year of college.
I believe that the college program
will not provide the necessary skills to get
a job and I am not interested in the field that we are taught,
so I decided to study at the RS School at the same time.
My goal is that I want to develop in the Front-end direction and,
depending on the value of my skills, get a job in a company.
Programmed in Python solving simple logic problems.
I have basic Git skills.
SKILLS
- Base of Python
- Some HTML5
- Some CSS3
CODE
def caps(n):
for i in range(len(n)):
if i == 0:
[i] = chr(ord(n[i])-32)
elif n[i] == ' ':
n[i+1] = chr(ord(n[i+1])-32)
return n
m = list(input())
print(''.join(caps(m)))
PROJECTS
CVENGLISH
My English level is A1. I can understand simple speech and medium complexity text.