import from random * import time sleep time.sleep(2) print("Witaj W MBI - Mobilnej Bazie Informacji") time.sleep(2) print("Wczytywanie...") time.sleep(5) print("Wczytywanie Zakończone") time.sleep(1) login = input("Podaj Login: ") if login = Admin or Maciekrybka009: time.sleep(1) print("sprawdzanie Loginu...") time.sleep(2) print("Login Poprawny") haslo = input("Podaj Hasło: ") if haslo = Integracek2017: time.sleep(2) print("Hasło Poprawne") else: time.sleep(2) print("Hasło Nie Poprawne") else: time.sleep(1) print("sprawdzanie Loginu...") time.sleep(2) print("Login Nie Poprwany")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question