有没有办法将打印内容限制为仅全等?

时间:2019-02-09 01:29:15

标签: python number-theory modular-arithmetic

我正在研究此代码以计算Fermat的Little定理,它可以正常工作。我唯一的问题是希望它更有效。有没有办法将打印内容限制为仅全等?

for i in range (1,351):
    print i, [(2 << i - 2) % i == 1]

1 个答案:

答案 0 :(得分:1)

此代码甚至不适用于我,它给出了错误:import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer'; 。 但是考虑到它在某种程度上对您有用,您可以使用ValueError: negative shift count条件仅在为true时打印:

if