Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
11/01/2022 3:10
0
Author: The future is now thanks to science
Dark
Public
Save
PY
py
1
2
3
4
5
6
word =
input
()
app = word.split
()
latin =
[]
for
x
in
app
:
latin.append
(
x.replace
(
x
[
0
],
""
)
+ x
[
0
]
+
"ay"
)
print
(
" "
.join
(
latin
))
Enter to Rename, Shift+Enter to Preview
OUTPUT