Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
result = [x for x in range(100) if x % 2 == 0 if x % 3 == 0] print(result) # [0, 6, 12, 18, ...]
Result
Open