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
Login
0
Author: Excelsior
Dark
Public
Save
PY
py
1
2
3
4
5
password=
"SecretWord"
guess =
input
()
while
guess != password
:
guess =
input
()
print
(
"Access Granted"
)
Enter to Rename, Shift+Enter to Preview
OUTPUT