adding from new mac
This commit is contained in:
3
tmp/jsonTest.py
Normal file
3
tmp/jsonTest.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import json
|
||||
|
||||
print(type(json))
|
||||
3
tmp/markdown.md
Normal file
3
tmp/markdown.md
Normal file
@@ -0,0 +1,3 @@
|
||||
| Command | Description |
|
||||
|:---------------|:-------------------|
|
||||
| `bat -r 1:10 ` | show between lines |
|
||||
5
tmp/python-debugging.py
Normal file
5
tmp/python-debugging.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
version = sys.version
|
||||
|
||||
print(version)
|
||||
Reference in New Issue
Block a user