Supongo que te refieres a esto:
Código (python) [Seleccionar]
#! /usr/bin/python
i = input("Numero: # ")
f = 0
print ""
while f < i:
f = f + 2
print "Resultado: ", f