Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
FOR problems
earlution
Jun 23rd, 2020
204
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
'''
Problem 1
'''
my_list
=
[
"Monday"
,
3
,
True
,
3.141
,
"summer"
,
"Warminster"
]
for
item
in
my_list:
print
(
item
)
'''
Problem 2
'''
for
i
in
range
(
0
,
5
)
:
i +
=
1
print
(
i
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
shutdown_vm.cmd
Batch | 3 min ago | 0.40 KB
clear_cache.bat
Batch | 3 min ago | 0.40 KB
Make $1200 in 15 minutes R
JavaScript | 6 min ago | 0.08 KB
initialize_db.ps1
Batch | 13 min ago | 0.40 KB
compile_code.ps1
Batch | 13 min ago | 0.40 KB
validate_schema.ps1
Batch | 23 min ago | 0.40 KB
refresh_policies.ps1
Batch | 23 min ago | 0.40 KB
init_environment.ps1
Batch | 33 min ago | 0.40 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!