т
Size: a a a
т
ダ
from string import ascii_letters
def validate(nickname):
return all(map(lambda c: c in ascii_letters, nickname))
ダ
ダ
т
т
from string import ascii_letters
def validate(nickname):
return all(map(lambda c: c in ascii_letters, nickname))
ダ
R
R
R
R
R
т
R
R
R
R
R
т