• Kurse
  • Code Compiler
  • Diskutieren
  • Preise
  • Teams
Menu
+ 2

How to append only the x first elements of a list, to another list.

Append the x first elements

listspython3
26th Apr 2018, 9:08 PM
Hakim
Hakim - avatar
1 Antwort
+ 7
list1= [1,2,3,4,5] list2=[5,4] list2+=list1[:4] print(list2) output: 5,4,1,2,3,4
26th Apr 2018, 9:27 PM
Tomer Sim
Tomer Sim - avatar

Häufig solche Fragen?

Effizienter lernen, kostenlos:

  • Einführung in Python

    7.1M Lernende

  • Einführung in Java

    4.7M Lernende

  • Einführung in C

    1.5M Lernende

  • Einführung in HTML

    7.5M Lernende

Alle Kurse anzeigen
Heute heiß
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
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
Can someone please explain python for me
0 Votes