Pages

Subscribe:

Ads 468x60px

Tuesday, December 13, 2022

How to use For in python

 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 in name:
  print(x)

No comments:

Post a Comment