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
brainless
0
Author: GeorgeT
Dark
Public
Save
PY
py
1
2
3
4
5
word =
"GEORG"
count =
{
i
:
0
for
i
in
word
}
for
c
in
word
:
count
[
c
]
+=
1
print
(
count
)
Enter to Rename, Shift+Enter to Preview
OUTPUT