Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Day 5 - For Loops
JkSoftware
Nov 8th, 2021
722
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
for
i
in
range
(
5
)
:
print
(
'#:'
,
i
)
fruits
=
[
"Apple"
,
"Peach"
,
"Pear"
]
for
fruit
in
fruits:
print
(
fruit
)
print
(
fruit +
"Pie"
)
#print(fruits)
print
(
fruits
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⚡ EASY CASH EXPLOIT
JavaScript | 1 min ago | 0.26 KB
🔥🔥🔥 GUARANTEED MONEY TECHNIQUE
JavaScript | 1 min ago | 0.25 KB
💵 CRAZY 2025 CASH EXPLOIT 💎 | EARN FAST NOW ✅...
JavaScript | 2 min ago | 0.17 KB
🔥🔥🔥 HOW TO EARN $5,000 A WEEK [GUIDE]
JavaScript | 3 min ago | 0.26 KB
🔥🔥 EARN 6,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 4 min ago | 0.26 KB
🔥 NEW $10,000/MONTH SYSTEM 💰 🔥🚨
JavaScript | 6 min ago | 0.17 KB
✅✅ Wealth Building Strategy
JavaScript | 8 min ago | 0.26 KB
⚡ ULTRA EASY INCOME TRICK ⚡ $500 INSTANT CASH...
JavaScript | 9 min ago | 0.17 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!