Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. list = ["transaction0","transaction1","transaction2"]
  2. #Loop through each item in the list, and print it
  3. for x in list:
  4. print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement