Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 18th, 2022
200
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
f
(
x
=
[
]
)
:
# defaults to list if no X is provided
x.
append
(
1
)
return
x
x
=
f
(
)
x
=
f
(
)
print
(
x
)
# prints [1,1] instead of [1]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
435. Non Overlapping Intervals(IMPORTANT DEDU...
C++ | 25 min ago | 8.35 KB
DZ/29/07
C# | 29 min ago | 4.44 KB
Untitled
Lua | 2 hours ago | 21.82 KB
Autosave Recovery Map
Lua | 2 hours ago | 3.58 KB
Untitled
C | 3 hours ago | 3.85 KB
FnafHuntedAdapter
Lua | 4 hours ago | 18.52 KB
MTG/RiffleShuffle Simulation
Python | 5 hours ago | 4.58 KB
dns.he.net code
HTML | 5 hours ago | 21.82 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!