18
loading...
This website collects cookies to deliver better user experience
# python version >= 3.X
python -m http.server
# python version >= 3.X
python3 -m http.server #for Linux
# If Python version >= 2.X and < 3.X
python -m SimpleHTTPServer
#default port: 8000
<your-computer-ip>:port
python -c "import csv,json;print json.dumps(list(csv.reader(open('your_csv_file.csv'))))"
import antigravity
from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chance
>>> import this
>>> love = this
>>> this is love
True
>>> love is True
False
>>> love is False
False
>>> love is not True or False
True
>>> love is not True or False; love is love
True