This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
py-100-days
Watch
1
Star
0
Fork
You've already forked py-100-days
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
1
Branch
0
Tags
307 KiB
Python
100%
Tree:
918d2829e9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '918d2829e9'
${ noResults }
py-100-days
/
05-loops
/
simple-for.py
4 lines
74 B
Raw
Blame
History
fruits
=
[
"
Apple
"
,
"
Peach
"
,
"
Pear
"
]
for
fruit
in
fruits
:
print
(
fruit
)
Reference in new issue
Copy Permalink