python tuple

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 31 7:8
Editor
Edited
Edited
2024 Feb 29 4:53
  • tuple unpacking is a, b = data, data (b, a make replace)
  • (1) is int (1,) is tuple
  • multiple return by return tuple
python tuple usages
 
 
 
 
 
 
 

Recommendations