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

8 行
171B

  1. from abp import clifford
  2. def test_names():
  3. """ Test the naming scheme """
  4. for i in range(24):
  5. clifford.get_name(i)
  6. assert clifford.get_name(16)=="IE"