diff --git a/Mumu.txt.txt b/Mumu.txt.txt new file mode 100644 index 0000000..40ea1f0 --- /dev/null +++ b/Mumu.txt.txt @@ -0,0 +1,9 @@ +num=int(input("enter a number")) +if num%5==0 and num%7==0: + print("yes") +else: + print("no") + + +a=(1,2,3,4,5) +print(a) \ No newline at end of file