Commit 15ff450e by BellCodeEditor

save project

parent 0323ee87
Showing with 15 additions and 0 deletions
class Sushu()
def_init_(self,n):
def panduan(self,n):
if n<2:
return False
else if n == 2 or n==3:
return Ture
else:
for i in range(2,n):
if n/i == 0:
return False
return Ture
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment