Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
funciones-argumentos-variable.py
Fhernd
Aug 6th, 2018
11,062
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
def
calcular_promedio
(
valor
,
*otros
)
:
return
(
valor +
sum
(
otros
)
)
/
(
1
+
len
(
otros
)
)
print
(
calcular_promedio
(
2
,
3
)
)
print
(
calcular_promedio
(
2
,
3
,
5
,
7
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Instant Money Method ⭐⭐
JavaScript | 8 sec ago | 0.67 KB
🔥 +10,000$ in 1 Week - METHOD 🔥 ⭐🔥
JavaScript | 31 sec ago | 0.66 KB
🔥🔥🔥 Node Exploit (Easy Money)
Java | 1 min ago | 0.17 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐
JavaScript | 2 min ago | 0.67 KB
🔥🔥 BIG MONEY BY TRUMP⭐ 💵💵
JavaScript | 2 min ago | 0.66 KB
Infinite Money Glitch
JavaScript | 2 min ago | 0.67 KB
💎 2OOO$ 15 MIN INSANE METHOD ⭐✅
Java | 3 min ago | 0.17 KB
🔥🔥🔥 EASY MONEY GUIDE 🔥🔥🔥
Java | 4 min ago | 0.17 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!