Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
make a shopping list with python 2
zhongnaomi
Jan 7th, 2019
65
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
shopping
=
[
]
for
item_number
in
range
(
5
)
:
item
=
input
(
"What is the No."
+
str
(
item_number+
1
)
+
" item to buy today? "
)
shopping.
append
(
item
)
print
(
shopping
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE E
JavaScript | 9 sec ago | 0.07 KB
Make $2000 in 15 minutes E
JavaScript | 19 sec ago | 0.07 KB
✅ Crypto Accounts
JavaScript | 19 sec ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 38 sec ago | 0.08 KB
Make $2200 in 15 minutes T
JavaScript | 49 sec ago | 0.07 KB
MAKE $500 INSTANTLY
JavaScript | 52 sec ago | 0.08 KB
MAKE $1000 INSTANTLY R
JavaScript | 59 sec ago | 0.07 KB
✅ PayPal Hits
JavaScript | 1 min ago | 0.08 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!