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
Rozpocznij kurs Python
Zarejestruj się
user name vs pass
0
Autor: A.M Nouri
Ciemny
Publiczny
Zapisz
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