Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
36 Random fact: The Earth's core is mostly made of iron and nickel. So is invar. Probably not in the right ratio for it to actually be considered invar, but... details.
 
42 Lua's pretty easy, as is Python. Python's turtle library, I've found, is a really good way to get someone started in programming, since they can directly see what their code does when they run it. None of this complicated text-based tomfoolery (well, not on the output side, at least).

Try running this code (you can just type or copy it right into the python shell, no need to create a text file even):

for i in range(5):
turtle.forward(200)
turtle.left(144)​
36 I have done Python in the past. I should again.
 
37 So for whatever reason, if I put my computer to sleep, and turn on my window fan (which is in a separate power strip), my computer will wake up from sleep.

Why?
 
36 because the noise of the fan wakes it up? Also, don't suddenly wake your computer up from its sleep using sound. That is mean, how would you like it when you where asleep and people started making a lot of noise? :P
 
  • Like
Reactions: erindalc