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
205B

  1. from __future__ import absolute_import
  2. from __future__ import print_function
  3. from abp import GraphState
  4. psi = GraphState()
  5. psi.pull("https://abv.peteshadbolt.co.uk/dakota-illinois-nuts-blue")
  6. print(psi)