I like programming. I would like to become a full-stack developer. Web technologies seem very interesting to me, so I would like to develop in this direction.
I study at the university and work.
def to_csv_text(array):
arr_str = ''
count_arr = 0
for i in array:
count_arr +=1
count_i = 0
for j in i:
count_i += 1
if count_i != len(i):
arr_str += str(j) + ','
else:
arr_str += str(j)
if count_arr != len(array):
arr_str += '\n'
return arr_str
My only experience in IT is system administration
Upper-intermediate(B2)