Python code snippet – How to use for loops ? Subash Chandran 13th October 2021 Leave a Comment #x starts at 1 and goes up to 80 @ intervals of 2 for x in range(1, 80, 2): print(x) Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email this to a friend (Opens in new window) Related See also Python code snippet - How to make open an application on mac? Snippets Python code snippet - How to use for loops ? Change font size A Decrease font size. A Reset font size. A Increase font size.