Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- robots = ["Bing", "Bleep", "Bloop"]
- colors = ["red", "orange", "purple"]
- index = 0
- for each in robots:
- print("My name is " + robots[index] + ". I am " + colors[index])
- index = index + 1
Advertisement
Add Comment
Please, Sign In to add comment