摘要:
Python内置函数——竞赛向 文章目录 Python内置函数——竞赛向进制转换 c l a s s i n t ( x , b a s e = 10 ) class\ int(x, base=10) class int(x,base=10) b i n ( x ) bin(x) bin(x) o 阅读全文
摘要:
Python——math模块 文章目录 Python——math模块数论与表示函数 m a t h . f a c t o r i a l ( n ) math.factorial(n) math.factorial(n) m a t h . f l o o r ( x ) math.floor(x 阅读全文