+ 2
Помогите исправить код (En)
Написал код который который должен при вводе правильного пароля выдавать определенную информацию, но он не работает, подскажите как исправить пожалуйста. I wrote a code that, when you enter the correct password, must give out certain information, but it does not work, please tell me how to fix it. language - python https://code.sololearn.com/cPDjOQ44LWWZ/?ref=app
8 odpowiedzi
+ 2
You don't have a colon (:) at the end of the if statement in line 2, and you shouldn't use the quotation marks around the variable "float". In fact, float is a bad variable name, as it's also a built-in function. Try this:
passwd = input()
if passwd == "qwerty123":
print("Hello 123")
Let me know if any of this confuses you 😊
+ 2
You're welcome! 😊
+ 1
Thank you very much! Code work perfect!
+ 1
Далее*
+ 1
А я HTML
0
Ребят я новенький подскажите пж чем отличается там Java и так далие
0
У разных языков разные особенности, правила, синтаксис. Я сам недавно начал изучать python, пока что вполне легко
0
И как?