Advertisement
PawsonCz

Wycinek wycinka

Oct 19th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # ---* coding: utf-8 *---
  2. foods = ['pizza', 'spagetti', 'tortilla', 'pita']
  3. for food in foods:
  4.     print(food[0:2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement