Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
for loop in while loop
#1
import glob
import os
a = ['ACM','ACX','GSK']
i = 0
while i < len(a):
	print a[i]
	b=str(a[i])
	os.chdir('/ai2/data/dev/admin/inf/')
	for file in glob.glob('*b*'):
		print file
	i = i + 1
In the above code for loop is not working.
What is the mistake I did?
Please help
Reply


Messages In This Thread
for loop in while loop - by lravikumarvsp - May-14-2018, 05:07 PM
RE: for loop in while loop - by wavic - May-14-2018, 05:31 PM
RE: for loop in while loop - by buran - May-14-2018, 05:38 PM
RE: for loop in while loop - by lravikumarvsp - May-14-2018, 05:51 PM
RE: for loop in while loop - by buran - May-14-2018, 06:12 PM
RE: for loop in while loop - by lravikumarvsp - May-15-2018, 02:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED] Loop through directories and files one level down? Winfried 3 284 Apr-28-2024, 02:31 PM
Last Post: Gribouillis
  Loop through all files in a directory? Winfried 10 548 Apr-23-2024, 07:38 PM
Last Post: FortuneCoins
  for loop not executing Abendrot47 2 288 Apr-09-2024, 07:14 PM
Last Post: deanhystad
  Re Try loop for "net use..." failures tester_V 10 701 Mar-02-2024, 08:15 AM
Last Post: tester_V
  File loop curiously skipping files - FIXED mbk34 10 919 Feb-10-2024, 07:08 AM
Last Post: buran
  Optimise multiply for loop in Python KenBCN 4 522 Feb-06-2024, 06:48 PM
Last Post: Gribouillis
  Basic binary search algorithm - using a while loop Drone4four 1 422 Jan-22-2024, 06:34 PM
Last Post: deanhystad
  loop through csv format from weburl in python maddyad82 3 473 Jan-17-2024, 10:08 PM
Last Post: deanhystad
  Variable definitions inside loop / could be better? gugarciap 2 484 Jan-09-2024, 11:11 PM
Last Post: deanhystad
  UART & I2C slow down a loop trix 4 678 Dec-28-2023, 05:14 PM
Last Post: trix

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020