11 lines
170 B
Python
11 lines
170 B
Python
|
from lib.gcd_tables import *
|
||
|
|
||
|
|
||
|
def check():
|
||
|
make_eea_table(7, 143)
|
||
|
|
||
|
|
||
|
# Press the green button in the gutter to run the script.
|
||
|
if __name__ == '__main__':
|
||
|
check()
|