numbers = [51, 32, 63, 74, 45, 36, 47] for num in numbers: if num % 5 == 0: print(num) break
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter