Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
bruh1214
Oct 19th, 2021
(
edited
)
129
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
def undo(l,lst):
if len(l) == 0:
print("There are no items")
else:
for el,pachet in enumerate(l):
l.pop()
l.append(lst[el])
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
YAML | 1 hour ago | 28.72 KB
Smooth catmull quaternion interpolation
JavaScript | 2 hours ago | 2.23 KB
2025-06-18_stats.json
JSON | 2 hours ago | 3.06 KB
2025-06-18_stats.json
JSON | 2 hours ago | 3.06 KB
2025-06-18_stats.json
JSON | 2 hours ago | 3.06 KB
docker_deployer.sh
Bash | 4 hours ago | 0.22 KB
Untitled
PHP | 6 hours ago | 0.83 KB
Youtube Shorts to Watch?v= for TamperMonkey
JavaScript | 6 hours ago | 1.20 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!