Guest User

Untitled

a guest
Dec 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ##i have the data to append to a Arraylist
  2. Global = 'none' ##Basically i need to append this header
  3. header = ['/', Global.strip("'"), 0] ##header
  4. ['/', 'none', 0] ##Actual Output
  5. ['/', none, 0] ##I need the Expected Output without single quotes
Add Comment
Please, Sign In to add comment