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
Commencer le cours Python
S'inscrire
user name vs pass
0
Auteur : A.M Nouri
Sombre
Public
Enregistrer
PY
py
1
2
3
4
5
6
username=
input
()
password=
input
()
if
username==
"amir"
and
password==
"Aa123456"
:
print
(
"barikala"
)
else
:
print
(
"try again"
)
Enter to Rename, Shift+Enter to Preview
OUTPUT