Skip to content

Commit

Permalink
Create task1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ipir140 authored Jun 13, 2019
1 parent cb06b21 commit 87ca7fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Submissions/ipir140/week3/task1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import requests
o=requests.get('http://www.mocky.io/v2/5b026eb43000007a00cee110')
headers=o.headers
print("flag: "+str(o.headers['flag']),end="\n\n")
print("headers: "+str(o.headers))

0 comments on commit 87ca7fc

Please sign in to comment.