i need help to create a flow chart for loop. thankyou

Viewed 35

i want to create a flow chart from the code below, what are the steps? thank you.

Data_list = ['Bandung', 'Jakarta', 'Semarang', 'Palembang']

for i in Data_list: print(i)

0 Answers
Related