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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python One Liners
2
2
3
-
This repository collects all Python one-liners that are of interest to the Pyhton community. One-Liners are concise snippets of source code (with or without library calls) that accomplish a given task in a concise and compressed manner.
3
+
This repository collects all Python one-liners that are of interest to the Python community. One-Liners are concise snippets of source code (with or without library calls) that accomplish a given task in a concise and compressed manner.
4
4
5
5
They are often used to call a Python script from the operating system terminal using the `python -c` command:
0 commit comments