Divisible by Five

Easy

📝 Description

Display numbers divisible by 5 from a list

Input Format

List of integers

Output Format

Numbers divisible by 5

Constraints

List length ≤ 100

🔍 Sample Input

10 13 15 20 23
            

✅ Sample Output

10 15 20
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run