Thread Killer

If context doesn't matter in this thread, then doesn't establishing that context not mattering in this thread make itself invalid?
Or is that just really bad logic?
 
The context of this thread self-rectifies its purpose of existence by being so entirely pointless, yet people still continue to comment here. Am I wrong?
 
def main():
##create two file containing the first three presidents.
outfile=open("firstpresidents2.txt", 'w')
createwithwritelines(outfile)
outfile=open("firstpresidents3.txt", 'w')
createwithwritelines(outfile)
def createwithwritelines(outfile):
list1=["george washington","john adams","thomas jefferson"]
#append endline charcters to the list's items.
for i in range(len(list1)):
list1=list1+"\n"
#write the list's items to teh file.
outfile.writelines(list1)
outfile.close()
def createwithwrite(outfile):
outfile.write("george washington\n")
outfile.write("john adams\n")
outfile.wrtie("thomas jefferson\n")
outfie.close()
main()
 
Update=100
[Skin]
Draggable=1
[Variables]
GreetMax=12
GreetingActive=0
Reset=1
[GreetCounter]
Measure=Calc
Formula=(GreetCounter+#GreetingActive#)*#Reset#
IfAboveValue=#GreetMax#
IfAboveAction=[!HideMeter SharkleHello][!HideMeter SharkleTalk][!ShowMeter ImageMeter][!SetVariable GreetingActive 0][!SetVariable Reset 0]
DynamicVariables=1
[SoundCounter]
Measure=Calc
Formula=Counter % 8
[ImageNumberCalc]
Measure=Calc
Formula=Counter % 8
[ImageMeter]
Meter=Image
ImageName=#@#sharkle_idle_1_0000[ImageNumberCalc].png
AntiAlias=1
DynamicVariables=1
H=128
W=128
X=80
Y=80
LeftMouseDownAction=[!HideMeter ImageMeter][!ShowMeter SharkleHello][!ShowMeter SharkleTalk][!SetVariable GreetingActive 1][!SetVariable Reset 1][Play "#@#greeting-0[SoundCounter].wav"]
SolidColor=0,0,0,1
[HelloCalc]
Measure=Calc
Formula=GreetCounter % 4
[SharkleHello]
Meter=Image
ImageName=#@#sharkle_hello_1_0000[HelloCalc].png
AntiAlias=1
DynamicVariables=1
H=128
W=128
X=80
Y=80
Hidden=1
SolidColor=0,0,0,1
[TalkCalc]
Measure=Calc
Formula=Round(GreetCounter / 3, 0) % 2
[SharkleTalk]
Meter=Image
ImageName=#@#sharkle_talk_sharkle1_0000[TalkCalc].png
AntiAlias=1
DynamicVariables=1
H=128
W=128
Hidden=1
SolidColor=0,0,0,1
 
You know, I just realized this is the one forum for pirates that I haven't really been all that active in.
You were around during the days of another remake, right Riley? (@PrivateRiley )
Edit: the remake name gets auto changed to "another remake".... :/

I agree, red velvet cake is good.
 
You know, I just realized this is the one forum for pirates that I haven't really been all that active in.
You were around during the days of another remake, right Riley? (@PrivateRiley )
Edit: the remake name gets auto changed to "another remake".... :/

I agree, red velvet cake is good.
Indeed I was. I never was a part of another remake, though.
 
Tsk tsk, isn't there a five minute rule on this thread?
(yes i know i'm breaking it by mentioning you are breaking it)
 
Back
Top