nums: n * n for n in [1, 2, 3] if n % 2 isnt 0. result: n * 2 for n in nums. print(result.join(',') is '2,18')