Advertisement
HiDad910

ABC

Sep 10th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. a = 5
  2. c = 3
  3.  
  4. table = {c,a}
  5.  
  6. print("thanks")
  7.  
  8. print(unpack(table))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement