Write a program, using a for loop with step size 10, to print out all 2-digit numbers which end in 7, in increasing order I have no idea where to start, or how to do this. help please! Answer range range(stop) range(start, stop[, step])
Write a program, using a for loop with step size 10, to print out all 2-digit numbers which end in 7, in increasing order I have no idea where to start, or how to do this. help please! Answer range range(stop) range(start, stop[, step])