Anders and Briegel in Python
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

9 satır
203B

  1. import requests
  2. import abp, json
  3. s = requests.Session()
  4. output = json.loads(s.get("http://localhost:5000/state").content)
  5. print output
  6. state = json.loads(s.post("http://localhost:5000/state").content)