Css In python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Css In python

Pls why is this code not working import os print("""<style> body { background-color: #00ff00; } img { display:none; } </style>""") import getpass password1 =getpass.getpass ("Passcode") if password1 == "BI6070": print("Acess granted") else: for password in range(10000000): print("Acess denied") password = "Acess denied" if password == "Acess denied": print("System automatically locked") password2 = getpass.getpass ("System code") if password2 == "BI1010": print("Sytem unlock") else: print("your not a user") def password(): print("Welcome to Baby Intelligence") password()

26th Apr 2024, 9:04 PM
Gbengaayo Olawale Emmanuel
Gbengaayo Olawale Emmanuel - avatar
3 Answers
+ 3
Gbengaayo Olawale Emmanuel, "I'm not a wizard, I'm just learning."...😎 I can only assume that Sololearn uses the pythonw exe file: "Run Python without a terminal window". Why does he do this, again, I can only assume that for performance, so as not to overload the server, since tens of thousands of users use Sololearn daily, who constantly send various requests to the server in the form of data entry, and so it turns out a certain input limit for each user, for the same reason, a time limit for code execution of 5 is set seconds.
27th Apr 2024, 3:01 PM
Solo
Solo - avatar
+ 2
There is no access to the terminal in Sololearn. Before submitting a request, it is recommended to check for free access to the system. For example...😎: https://sololearn.com/compiler-playground/cQHJvWFaGp0O/?ref=app
27th Apr 2024, 2:32 AM
Solo
Solo - avatar
0
Solo why is there no standard login
27th Apr 2024, 7:19 AM
Gbengaayo Olawale Emmanuel
Gbengaayo Olawale Emmanuel - avatar