MSK Technologies

Home
Programs
Programs List
Pages
Python Java Material PLSQL Material
Search A Job

Write a Python program that concatenates all elements in a list into a string and returns it.

  1. Home
  2. Programs
  3. Program - 16
Write a Python program that concatenates all elements in a list into a string and returns it.

Program

def myfun(list_data):
    result = ''
    for element in list_data:
        result += str(element)  

    return result  
    
if __name__=="__main__":      
    print(myfun([12, 53, 24, 3]))

Output:

1253243


More Questions


16 . Write a Python program that concatenates all elements in a list into a string and returns it.
17 . Print out a set containing all the colors from a list which are not present in other list
18 . Write a Python program to get current time and date
19 . Write a Python program sort a list in descending order
20 . Python Program to Replace all Occurrences of ‘a’ with $ in a String
21 . Write a Python program to remove duplicates from a list
22 . Write a Python program to count number of vowels in the given string
23 . Write a Python program to check whether a character is an alphabet or not
24 . Write a Python program to count number of digits in an integer
25 . Write a Python program to print fibonacci series
26 . Write a Python program to print reverse number



For latest job updates join Telegram Channel: https://t.me/sateeshm

Programs

Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Practice Programs

Write a Python Program to Make a Simple Calculator with 4 basic mathematical operations.

Write a Python Program to check armstrong number of n digits

Write a Python Program to find sum of array.

Write a Python Program to Check Leap Year.

Write a python program to Find Index Using Enumerate

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs