Python Forum
"can only concatenate tuple"?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"can only concatenate tuple"?
#2
first of all, read this https://python-forum.io/Thread-Basic-Nev...n-sequence
it also apply to your use of while loop

there are at least three ways to do it
  • use a list, so that you can append numbers, then convert it to tuple
  • use tuple comprehension
  • use slicing to create/return copy of the tuple with desired numbers in it
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
"can only concatenate tuple"? - by wlsa - Jul-24-2018, 04:44 AM
RE: "can only concatenate tuple"? - by buran - Jul-24-2018, 05:38 AM
RE: "can only concatenate tuple"? - by ichabod801 - Jul-24-2018, 05:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to concatenate horizontally SriRajesh 2 3,467 May-23-2017, 02:00 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

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