Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
ch7 ex 5
Arcot
Nov 29th, 2021
(
edited
)
226
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#Que 2.1
def
factorial
(
number
)
:
fact
=
1
for
x
in
range
(
number
)
:
fact
=
fact *
(
x+
1
)
return
fact
#Que 2.2
def
factorialFrom1toN
(
N
)
:
for
x
in
range
(
N
)
:
print
(
factorial
(
x+
1
)
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
EARN $900 INSTANTLY 2025 BT
JavaScript | 1 min ago | 0.05 KB
flight
Python | 15 min ago | 3.75 KB
Products.js
JavaScript | 17 min ago | 1.18 KB
Random Gmail Acc 1A
JavaScript | 18 min ago | 0.05 KB
Untitled
Bash | 25 min ago | 4.04 KB
Order.js
JavaScript | 32 min ago | 1.18 KB
Binance account CW
JavaScript | 34 min ago | 0.05 KB
turtle stairwell
Lua | 48 min ago | 5.29 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!