Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tuple
#5
thank you, now i understand my fault and i correct my faults like;

a=("veysel",)

>>print(a)
('veysel',)

a=a+("olgun",)

>>print(a)
('veysel', 'olgun')
Reply


Messages In This Thread
tuple - by veysel - Feb-21-2019, 09:12 AM
RE: tuple - by buran - Feb-21-2019, 09:43 AM
RE: tuple - by veysel - Feb-21-2019, 10:05 AM
RE: tuple - by buran - Feb-21-2019, 10:12 AM
RE: tuple - by veysel - Feb-21-2019, 10:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  code with no tuple gets : IndexError: tuple index out of range Aggam 4 2,849 Nov-04-2020, 11:26 AM
Last Post: Aggam
  How to get first line of a tuple and the third item in its tuple. Need Help, Anybody? SukhmeetSingh 5 3,224 May-21-2019, 11:39 AM
Last Post: avorane

Forum Jump:

User Panel Messages

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