摘要:
一行999 print('\n'.join([' '.join(['%s*%s=%-2s' % (y, x, x*y) for y in range(1, x+1)]) for x in range(1, 10)]))#自叹不如自己最开始研究的 f'{f'{i}*{j}={i*j}' for j i 阅读全文
摘要:
MySQL MongoDB DB DB table Collections row Documents column Field 增 db.tables.insert({})#效率低不用了 #官方不推荐 db.tables.insertone({}) db.tables.insertmoney([{ 阅读全文