+ 1
a program to input n numbers from user and store them in a tuple. Print all the numbers from the tuple which is divisible by 5
5 Answers
+ 4
You can check it with modul operator
if x % 5 == 0:
print(x)
+ 3
Next time please link your attempt from SL playground.
+ 1
Attempts?
+ 1
Thanks for your answer i will try
0
I have tried it but can't divide it from 5đ