19 May 2026
Банан🍌Why you say im noob i just started lmao
well, input and loops are within the first stuff you learn when you commence with programming
Банан🍌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?
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?
Putting the print that only occurs once in a function and called it only once directly after the functions' definition is ... unnecessary.