Skip to content

Instantly share code, notes, and snippets.

@matbur
matbur / Pipfile
Created September 10, 2021 07:00
pipenv
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
[dev-packages]
#!/usr/bin/env python3
import sys
def main():
"""
Q: Why?
A:
1/n == 1/a + 1/b, where n, a, b is Natural and a != b
import requests
import subprocess
from time import sleep
from random import randrange
from datetime import datetime
i = 0
def get_content():
global i