Guest User

Untitled

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