Python Forum
An easy task. Not for me though.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
An easy task. Not for me though.
#1
Big Grin 
Greetings! I broke my head over this, please help Undecided

#Merge the pairs of elements together: [12, 34, 56]
nlist = [1, 2, 3, 4, 5, 6]
Reply
#2
Show what you have tried. Think of it as proof that you aren't lazy.

I solve problems line this using pencil and paper first, then I write down the logic I used to perform the task. Once I have that written down, converting to computer code is usually easy.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020