help4code-logo
  • eLearning
    • Tutorials
    • Programs
    • Interview Questions
    • Technical Questions
    • C Language
    • C++
    • JAVA
    • HTML & CSS
    • PHP
    • AJAX
    • J2EE
    • SQL
    • jQuery
  • Go back to Home
  • Our Placements
  • Tutorials
  • Programs
  • Interview Questions
  • Technical Questions
  • Live Training
  • Our Placements
  • Associated Colleges
  • Our Recruiters
  • Back
  • C Language
  • C++
  • JAVA
  • HTML & CSS
  • PHP
  • AJAX
  • J2EE
  • SQL
  • jQuery

Programs

  1. Home
  2. Programs
  3. Python
  4. Looping Statement
Image

Programs - Python - Looping Statement

  • Programs
    • WAP to iterate string using for loop
    • WAP to print the table of given number
    • WAP to print the sum of given list
    • WAP to print numbers in sequence
    • WAP to print table of given number using range function
    • WAP to print even number using step size in range
    • WAP for range function with decrement of two
    • WAP for list Iteration with for loop
    • WAP for tuple iteration with for loop
    • WAP to check position of each character from the entered name
    • WAP for Nested For Loop
    • WAP for For loop with if condition
    • WAP to get the sum of the numbers with while loop
    • WAP for while loop to check the valid name
    • WAP to print 1 to 10 using while loop
    • WAP to print table of given number using while loop
    • WAP to count the total numbers of digits in a number
    • WAP to print Fibonacci series using for loop
    • WAP to find reverse of number using while loop

Program:

str = "Python"
for i in str:
 print(i)

Output:

P
y
t
h
o
n
Help4Code

The help4code.com - An e-learning educational website where all computer science students can find rich collection of computer language programs which will help in exploring computer programming.

  • About
  • Associated Colleges
  • Leadership
  • Careers
  • Our Recruiters
  • Community
  • Terms
  • Privacy
  • Help
  • Press
  • Contact
  • Directory

First Floor, Plot No. 4, Near Shat Ayu College, Ring Road Nagpur, Maharashtra, India - 440022
+91 9175287066[email protected]

© Copyright 2022 help4code.com.

  • My Account
  • Sign-in
  • Sign-up