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ů.
|
- from abp.graphstate import GraphState
-
- def test_logic_101():
- """ Some really simple tests """
- g = GraphState()
- g.act_local_rotation_by_name(0, "hadamard")
- #print g.
|