Advertisement
Shiyan12

Untitled

Apr 29th, 2021
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. import requests
  2.  
  3. r = requests.get('https://latex.codecogs.com/gif.download?\int e^{x}dx')
  4. with open('CodeCogsEqn.gif', 'wb') as f:
  5.     f.write(r.content)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement