the answer of practice 2
Ali Ahmadi
10 بهمن ۱۴۰۰
the answer of practice 2:
how to count the characters of on string ot ext:
txt = ‘ i love codeyad ’
print(len(txt))
356
0 پاسخ
the answer of practice 2:
how to count the characters of on string ot ext:
txt = ‘ i love codeyad ’
print(len(txt))