Syntax

Description

Usage

fruits = ['apple','orange','banana']
for index, fruit in fruits :
	print(f'{i} {fruit}')