Merging elements of an array into a string (python) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Merging elements of an array into a string (python)

There is an array: a = [5, 6, 4, 3] I need to get "5643" from a. What is the proper way to do it? Thanx all in advance

26th Feb 2017, 8:15 AM
Vaas
Vaas - avatar
0 Answers