Question: Write an algorithm in Python 3 which prints odd numbers from 1 up to $k$. Be careful about syntax rules such indentations. For example, if

Write an algorithm in Python 3 which prints odd numbers from 1 up to $k$. Be careful about syntax rules such indentations. For example, if $k=5$ then the output will be as follows. 1 3 5 CS.VS.953
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
