135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that
Читать полностью…
edu = ""
if edu:
print(f"Congratulations on completing {edu}")
else:
print("No education level provided.")
hello and good night, this channel have sommenting like a area to new devs ?
Читать полностью…
You need to read the full error to find the reason (or send it here)
Читать полностью…
No one can help you until you explain your difficulties.
Читать полностью…
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
I did it, thanks. This is how I did it👇👇
if edu:
print(f”Congratulations on completing {edu}”)
else:
print()
Compare the user input with the value you want to verify like "high school"
Читать полностью…
Yes I do, can you please tell me how I’ll write it in the code
Читать полностью…
Sorry, it is included in the code just forgot to write it out on my phone
I have trouble writing out code on a phone as compared to my laptop it confuses me a lot
I can help you.
Python support scrapping libaries like requests, beautiSoup, selenium. and so on,
So if I say education level as nothing
It will print " congratulations on completing nothing"
😀😃
This group is for new and veterans (but only specific to python)
Читать полностью…
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.
When I try to install spacy library this message appears: this error originates from a subprocess,and is likely not a problem with pip
Читать полностью…
Hello guys!
I'm starting to learn Python I'm beginner. Hope learn a lot here!
edu = "Bachelor's degree"
if edu:
print(f"Congratulations on completing {edu}")
else:
print("No education level provided.")