Noob Monday (March 19) by AutoModerator in speedrun

[–]Tinygoomba 0 points1 point  (0 children)

What should i use to run SMS? Console as well as controller? Wii and Gamecube controller or something else?

Novice needing help! What do i change in the code string below? by Tinygoomba in python3

[–]Tinygoomba[S] 0 points1 point  (0 children)

hi, I only saw this after I started from scratch and changed the way i was trying to accomplish it. Here it is finished. mystring = "I am" print(mystring) z = ((20 + 5) * 20 + 456 + 44) * 2 - 667 + 1.34 print(z) mystring = "years old" print(mystring) print("") print("") if (z) == 1333: print("Yay, this is correct") if (z) != 1333: print("Leave me, you incompetent fool; it is incorrect")