mystr[i]='0';
}
I had wrote this but it doesnt work
whats the problem??
Why not just: mystr = '0'.repeat(mystr.length)
Обсуждают сегодня