• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu
+ 4

How can we merge two list so that it includes all elements of list 1 and only elements from the list 2 which are not in list 1.

list1=[1,5,8,7,8,6] list2=[5,9,6,10,11] Result=[1, 5,8,7,6,9,10,11]

pythonlistsmerge
21st Jan 2018, 3:23 AM
Rahul Dwiwedi
1 Respuesta
+ 4
https://code.sololearn.com/cpVnL7FQYaD7/?ref=app
21st Jan 2018, 5:15 AM
code learner
code learner - avatar

¿Tienes a menudo preguntas como esta?

Aprende gratis de forma más eficaz

  • Introducción a Python

    7,1M de estudiantes

  • Introducción a Java

    4,7M de estudiantes

  • Introducción a C

    1,5M de estudiantes

  • Introducción a HTML

    7,5M de estudiantes

Ver todos los cursos
En tendencia hoy
Is this realistic enough?
2 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
Need friends
0 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
I am a beginner, please teach me how to use Python
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
Web Development
0 Votes
Please complete this code.
0 Votes
Cybersecurity techies
2 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes