adding from new mac

This commit is contained in:
2019-11-19 23:50:00 +00:00
parent a3ad3fd1d0
commit 16e455bc83
67 changed files with 2677 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import json
print(type(json))
+3
View File
@@ -0,0 +1,3 @@
| Command | Description |
|:---------------|:-------------------|
| `bat -r 1:10 ` | show between lines |
+5
View File
@@ -0,0 +1,5 @@
import sys
version = sys.version
print(version)