This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Thanks to https://twitter.com/JNP7771 for the script at https://playcode.io/780618/ | |
## imports | |
import requests | |
import json | |
import pandas as pd | |
import math | |
from beautifultable import BeautifulTable | |
x96 = math.pow(2, 96) |