Welcome to the Official Redemption® Message Board!
public override void Play() { if (this.isPlaying == false) { this.isPlaying = true; Console.WriteLine("The iPod is now playing."); } else { Console.WriteLine("The iPod is already playing."); } }
intersection([X|Y],M,[X|Z]) :- member(X,M), intersection(Y,M,Z).intersection([X|Y],M,Z) :- \+ member(X,M), intersection(Y,M,Z).intersection([],M,[]).
print("Spells a word")word = input("Which word do you want to spell? ")for i in word: print i
postcount.add(1);
Code for RedemptionLive?