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
depends on what u want to make with python... while u just want to make simple cli programs, it should be enough, but if you want to make always more hard projects, u have to learn always more about python and it's libreries
however, the worst suggestion u can say to a beginner is to start with AI
Shelby Thank you for helping, I solved it. Removed space before it
Читать полностью…
num = int(input("Enter the value of num: "))
if(num < 0):
print("number is negative")
elif(num == 0):
print("number is zero")
else:
print("number is positive")
If ur using idle...try vscode ul understand better with identation...
Читать полностью…
😢 Still it's showing error:
It's showing indentation error
without the specific error its impossible help you, but i don't understand why do you use the () for the conditions, in python it is not necessary
Читать полностью…
To be experienced in data Analytics you need to do data Analytics professionally. No matter how many books you read, libraries you learn courses you made being experienced means working on real projects
Читать полностью…
They’re linked to Python. Use it once and it becomes a familiar thing
Читать полностью…
and learnt the basics of python & what programming actully is
Is that enough ?
Well idk ,
I can structure and make logic
Idk about syntax lol
num=int(input("Enter the value of num: "))
if(num<0):
print("number is negative")
elif(num==0):
print("number is zero")
elif(num>O):
print("number is positive")
no, into the message you sent the indentation is wrong, the conditions must be at the same indentation of the num variable
Читать полностью…
no
code is text and errors are text
you don't need images to describe issues
And when naming a variable u diretly give the value..if strings then in quotes
Читать полностью…
Impossible to help without details.
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html
I am finding error in this code:
num=int(input("Enter the value of num: "))
if(num<0):
print("number is negative")
elif(num==0):
print("number is zero")
else(num>O):
print("number is positive")
What are all in python do I need to master for becoming an experienced person in data analytics?
Читать полностью…
So basic that they are built into python itself, which is why you can call the module from the executable.
Читать полностью…