Blog about system engineering, programming and networks
>>> a="aaa\r">>> a.rstrip()'aaa'>>> a="aaa\n">>> a.rstrip()'aaa'>>> a="aaab\n">>> a.rstrip()'aaab'
Note: only a member of this blog may post a comment.
No comments :
Post a Comment
Note: only a member of this blog may post a comment.