Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Cambiar_vocales
Rodripelto
Feb 21st, 2022
(
edited
)
202
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
clave
=
{
"a"
:
"0"
,
"e"
:
"2"
,
"i"
:
"4"
,
"o"
:
"6"
,
"u"
:
"8"
}
frase
=
input
(
"Escribe la frase a codificar:"
)
for
key
in
clave.
keys
(
)
:
frase
=
frase.
lower
(
)
.
replace
(
key
,
clave
[
key
]
)
print
(
frase
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
Network Communication rev_03
Arduino | 9 min ago | 4.06 KB
Network Connection rev_01
Arduino | 58 min ago | 3.00 KB
qz
JavaScript | 1 hour ago | 6.96 KB
Untitled
C++ | 1 hour ago | 0.23 KB
SigilDERG Student Model V6 Proposed
Python | 3 hours ago | 11.58 KB
BFS Algorithm
C++ | 3 hours ago | 0.71 KB
DFS Algorithm
C++ | 4 hours ago | 0.56 KB
3x3improved
Lua | 4 hours ago | 3.57 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!