You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
fuck yes, carrying on online conversation from across the room from each other
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
To be fair, we're talking to each other in person too, but about different stuff
More people have said that and been killed than there are thorium decay products.
ok so caveNumber is chooseCave, then checkCave uses caveNumber as a parameter/argument in the main loop but when we define it we instead use chosenCave, which is only ever used once and inside the function at that...? does caveNumber become chosenCave? Why not call them the same thing?? ow my brain.
More people have said that and been killed than there are thorium decay products.
def sayHello(name):
print('Hello, ' + name)
print('Say hello to Alice.')
fizzy = 'Alice'
sayHello(fizzy)
print('Do not forget to say hello to
Bob.')
sayHello('Bob')
Wait this makes more sense. So the parameter in the "define" line is a variable created in the function that is changed when you call the function. :o Trippy!!!
More people have said that and been killed than there are thorium decay products.
hmmm so a colon seems to always go before a new block....? Or will that change. I shall see. :) It seems to be a good rule to follow when writing Python code anyway.
Comments
def checkCave(chosenCave):
bla bla more code
just sayin'
now that is a tsundere