Anders and Briegel in Python
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

9 строки
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)