+ 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
1 Answer
+ 7
If `f` is name of a string, f[0] is its first letter and len(f) returns its length
i want to read the file each line with the format (first letter,and len()) dan menghapus \n