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 | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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

4th Feb 2023, 8:59 AM
Ayush
Ayush - avatar
5 Respostas
+ 4
You can check it with modul operator if x % 5 == 0: print(x)
4th Feb 2023, 9:30 AM
JaScript
JaScript - avatar
+ 3
Next time please link your attempt from SL playground.
4th Feb 2023, 9:34 AM
JaScript
JaScript - avatar
+ 1
Attempts?
4th Feb 2023, 9:11 AM
AĶ¢J
AĶ¢J - avatar
+ 1
Thanks for your answer i will try
4th Feb 2023, 9:31 AM
Ayush
Ayush - avatar
0
I have tried it but can't divide it from 5šŸ˜ž
4th Feb 2023, 9:21 AM
Ayush
Ayush - avatar