You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I decided to strip the newline characters at the end of standard input lines for lines variable. I think this is useful if you concatenate a line with another string or others.
For example, ls | pythonp -e "l + '.jpg'"
If you think it's a bad idea, please write the reason why you think so.
The text was updated successfully, but these errors were encountered:
I decided to strip the newline characters at the end of standard input lines for
lines
variable. I think this is useful if you concatenate a line with another string or others.For example,
ls | pythonp -e "l + '.jpg'"
If you think it's a bad idea, please write the reason why you think so.
The text was updated successfully, but these errors were encountered: