Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Apr 18th, 2023
293
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.07 KB
| None
|
0
0
raw
download
clone
embed
print
report
def is_even(n):
if n == 0:
return True
return !is_even(n - 1)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
maximum average
C++ | 2 min ago | 1.35 KB
Grapple and Climb TRY 3 (if ts ain't eno...
Lua | 8 min ago | 13.43 KB
hardware-configuration.nix
C++ | 43 min ago | 1.48 KB
queue
C++ | 52 min ago | 0.91 KB
Implementacao iMendes
HTML | 55 min ago | 3.86 KB
JS
JavaScript | 1 hour ago | 0.65 KB
min max
C++ | 1 hour ago | 0.77 KB
New Plank System for Story Games
CSS | 1 hour ago | 1.51 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!