+ 1

how to get string in file

i want to read the file each line with the format (first letter,and len()) dan menghapus \n

7th Jan 2022, 5:49 AM
ammar_abufadhel
ammar_abufadhel - avatar
1 Answer
+ 7
If `f` is name of a string, f[0] is its first letter and len(f) returns its length
7th Jan 2022, 6:13 AM
Simba
Simba - avatar