コミットを比較
2 コミット
ea2d86e9a7
...
1a2883b831
| 作成者 | SHA1 | 日付 | |
|---|---|---|---|
| 1a2883b831 | |||
| 25bbbfc9b8 |
+1
-1
@@ -8,7 +8,7 @@ class CommonModule:
|
||||
|
||||
@classmethod
|
||||
def len_by_full (cls, string: str) -> float:
|
||||
return sum ([1 if cls.is_wide (c) else .5 for c in string])
|
||||
return sum (1 if cls.is_wide (c) else .5 for c in string)
|
||||
|
||||
@classmethod
|
||||
def index_by_f2c (cls, string: str, index: float) -> int:
|
||||
|
||||
新しい課題から参照
ユーザをブロックする