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
Hi im a complete new in programming and python recently i came across python random funct how should i code it in a way if the random number shows less than 21 it will print you lose
Читать полностью…
Seems you ignored the link with books, if you do that it is hard to help you
Читать полностью…
no, depends on what kind of programs would u like to make... more are complex, more is what u have to learn
Читать полностью…
books? no u have to pay obviously
internet? yeah, watch the bot's message
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
If you're looking for something done, please ask in @pythonofftopic and remove the message from here. This group focuses on programming related questions and problems.
Читать полностью…
if u think u might need to know any programming language, yes. The only one person who can choose for u is u
Читать полностью…
Hesitation.
Right now, I try to learn by YouTube course.
I am not a Diploma in computer science student. But I wanna learn for future.
Should I learn?
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
Читать полностью…
If so then, which one should be perfect and btw, there would be several libraries, functions. So, do I have to learn all ?
Читать полностью…
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")