python 从键盘任意输入一个正整数n,并找出大于n的最小素数,这个程序怎么写导入MATHM =输入('请输入正整数')n = int(m)临时:n += 1 print(n)f = true a...