Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
xaviermontenegro
Jul 22nd, 2013
133
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
math
import
floor
def
modulus
(
num1
,
num2
)
:
quotient
=
num1 /
float
(
num2
)
remainder
=
quotient - floor
(
quotient
)
answer
=
remainder * num2
return
answer
Add Comment
Please,
Sign In
to add comment
Public Pastes
shutdown_vm.cmd
Batch | 1 min ago | 0.40 KB
track_activity.bat
Batch | 2 min ago | 0.40 KB
sync_time.cmd
Batch | 12 min ago | 0.40 KB
track_activity.bat
Batch | 12 min ago | 0.40 KB
✅ MAKE $12OO IN 10 MIN T
JavaScript | 15 min ago | 0.08 KB
shutdown_network.cmd
Batch | 22 min ago | 0.40 KB
restart_service.ps1
Batch | 22 min ago | 0.40 KB
shutdown_network.cmd
Batch | 32 min ago | 0.40 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!