Anders and Briegel in Python
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
1234567 |
- from abp import clifford
-
- def test_names():
- """ Test the naming scheme """
- for i in range(24):
- clifford.get_name(i)
- assert clifford.get_name(16)=="IE"
|