Uncategorized Print Only Even Numbers In Python / First, you could loop through all of the integers up to a max, and test if each one is even. (the comments are there for explanation only, they're probably not needed in any actual code you write).