Just messing around trying to learn things.
Made this dumb program. Just want tp and socks to both be true for you to be able to get the if thing. Or idk.
def shit_supplies(tp, socks, time):
print "Time: %d minutes" % time
print "Soks on? %r" % socks
print "Butt-Wipies? %r" % tp
if tp socks == "true":
print "Hurry up only %d minutes to pinch it off!!@!" % time
else:
print "No poopies for you!"
Tried a few things like commas and such to get it to work but I am lost and can't find it on googles.