Anders and Briegel in Python
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 řádky
182B

  1. from abp.graphstate import GraphState
  2. def test_logic_101():
  3. """ Some really simple tests """
  4. g = GraphState()
  5. g.act_local_rotation_by_name(0, "hadamard")
  6. #print g.