Skip to content

Print List

Andrew Burke edited this page Apr 3, 2024 · 6 revisions
def print_list(lst):
	for item in lst:
		print(item)
Clone this wiki locally