Kasante95

for_loop_python

Mar 20th, 2023 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | Source Code | 0 0
  1. robots = ["Bing", "Bleep", "Bloop"]
  2. for robot in robots:
  3.     print("I am a robot. My name is " + robot)
Advertisement
Add Comment
Please, Sign In to add comment