Answers for "string in python array"

2

create an array string using for in python

a = ["a_" + str(i) for i in range(10)]
print(a)
Posted by: Guest on July-24-2021

Code answers related to "string in python array"

Python Answers by Framework

Browse Popular Code Answers by Language