HomePython How to use For in python byAdmin •December 13, 2022 0 Like c, c#, c++ for loop sytax is very simple in python, see the below code how to use python.name = ["web", "healer ", "blog"]for x in name: print(x) Tags: Python Facebook Twitter