pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
Adambrooks
3 hours ago
boost split
6 hours ago
comment replay form
6 hours ago
max data
6 hours ago
comment link
6 hours ago
Bobbin
6 hours ago
comment created
6 hours ago
example val
6 hours ago
block
6 hours ago
quickSort
6 hours ago
x in range
for
x
in
range
(
4
)
:
print
(
x
)
print
(
""
)
for
i
in
range
(
6
)
:
print
(
i
)
print
(
""
)
for
i
in
range
(
2
,
6
)
:
print
(
i
)
print
(
""
)
for
i
in
range
(
3
,
9
,
2
)
:
print
(
i
)
Parsed in 0.006 seconds