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ů.

7 řádky
117B

  1. from nose import with_setup
  2. from rightphase import RightPhase
  3. def test_rightphase():
  4. assert RightPhase(4) == 4