...
|
...
|
@@ -129,12 +129,4 @@ def get_stringcode(n): |
|
|
|
|
|
|
|
|
def get_randint(value1, value2):
|
|
|
return randint(value1, value2)
|
|
|
|
|
|
|
|
|
def convert_to_string(value):
|
|
|
return str(value)
|
|
|
|
|
|
|
|
|
def convert_to_int(value):
|
|
|
return int(value) |
|
|
\ No newline at end of file |
|
|
return randint(value1, value2) |
|
|
\ No newline at end of file |
...
|
...
|
|