3. 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.
4. Skills:
def caps(n):
for i in range(len(n)):
if i == 0:
n[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)))
6. Unfinished Pythontutor course (Link)
7. Projects
8. English level: A1