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
Putting the print that only occurs once in a function and called it only once directly after the functions' definition is ... unnecessary.
Читать полностью…
this code doesn't make any sense, its just a simple code which has i/o, variables, a while loop and conditions... a beginner/newbie code
Читать полностью…
def start():
print("wellcome to new OS!DeepOS-there was: •memes\n •chaos")
start()
while True:
a=input("C://user/:")
if a=="help":
print("commands,bro im lazy")
Im not newbie i just started this,normal for start?
ah yeah i didn't seen... DeepOS... ok seems like u copied DeepSeek
Читать полностью…
well, input and loops are within the first stuff you learn when you commence with programming
Читать полностью…
because of school and because i was a completely beginner i needed some years
Читать полностью…
How about starting to read? Conditions are incredibly basic.
If you have read about those and wrote some code that doesn't work, feel free to share it.
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
Читать полностью…