Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PYTHON
50
addTwo
Guest on 26th August 2023 12:47:37 AM
def
addTwo
(
e
)
:
return
e+
2
print
(
addTwo
(
6
)
)
Raw Paste
def addTwo(e): return e+2 print(addTwo(6))
Login
or
Register
to edit or fork this paste. It's free.