Anders and Briegel in Python
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
204B

  1. NAMES = [" ", "i", "-", "-i"]
  2. class RightPhase(int):
  3. def __new__(cls, value):
  4. return super(TestClass, cls).__new__(cls, value % 4)
  5. a = TestClass(2)
  6. b = TestClass(5)
  7. print a, b
  8. print a+b+b