在线名词解释大全 - Python程序设计 - 详细

9 SupposeisPrimeisabooleanvariable,whichofthefollowingisthecorrectandbeststatementfortestingifisPrimeistrue.()

A
if isPrime = True:
B
if isPrime == True:
C
if isPrime:
D
if not isPrime = False:
E
if not isPrime == False:
正确答案:
相关推荐
扫描二维码
关注公众平台