Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
doctest_ex1.py
rfmonk
Sep 9th, 2014
331
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#! /usr/bin/env python
"""
"""
def
square
(
x
)
:
"""
Squares x.
> square(2)
4
> square(-2)
4
"""
return
x * x
if
__name__
==
'__main__'
:
import
doctest
doctest
.
testmod
(
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
โญโญ FREE BTC GUIDE โ Working โ ๐ฏ
JavaScript | 49 sec ago | 0.67 KB
โญโญ FREE BTC GUIDE โ Working โญโญ
JavaScript | 2 min ago | 0.67 KB
โกโก +10,000$ in 1 month
JavaScript | 2 min ago | 0.67 KB
๐ 2OOO$ 15 MIN INSANE METHOD ๐ต๐จ ๐ฏ๐
JavaScript | 2 min ago | 0.67 KB
๐ QUICK 1K$ 20 MINUTES โ โ
JavaScript | 3 min ago | 0.67 KB
๐ VIP MONEY METHOD ๐ ๐๐ฏ
JavaScript | 4 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 5 min ago | 0.67 KB
โญโญ FREE BTC GUIDE โ Working โญโญ
JavaScript | 5 min ago | 0.67 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!