正在显示
1 个修改的文件
包含
0 行增加
和
8 行删除
| @@ -130,11 +130,3 @@ def get_stringcode(n): | @@ -130,11 +130,3 @@ def get_stringcode(n): | ||
| 130 | 130 | ||
| 131 | def get_randint(value1, value2): | 131 | def get_randint(value1, value2): |
| 132 | return randint(value1, value2) | 132 | return randint(value1, value2) |
| 133 | - | ||
| 134 | - | ||
| 135 | -def convert_to_string(value): | ||
| 136 | - return str(value) | ||
| 137 | - | ||
| 138 | - | ||
| 139 | -def convert_to_int(value): | ||
| 140 | - return int(value) |
-
请 注册 或 登录 后发表评论