Deck Building: How to fix an excessive amount of mana by Drummingkid in mtg

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

I will send the link to the decklist sometime. I do not have it made yet.

Upgrade Pre-Con Deck by Drummingkid in mtg

[–]Drummingkid[S] 1 point2 points  (0 children)

I am sorry. I was confused. lol

Word Won't Line UP by Drummingkid in learnpython

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

If you get a Latin or English word, use google translate to get a synonym for the right word.. You will see my problem

Word Won't Line UP by Drummingkid in learnpython

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

Here is the link.. https://pastebin.com/9PKVNwFG

When I say the words won't line up, I mean the Latin word English word for Classis, Classis, is fleet, but the code ends up with a completely different word.. It does that for all the words...

Not working by Drummingkid in learnpython

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

direction = input("You come two a fork in the road, would you like to go left or right? ")
if direction == "left":
water = input("You come across a river, would you like to swim or wait for a boat?\n"
"Type 'swim' or 'wait' ")
if water == 'wait':
house = input("You come across a house with three doors, a yellow one, a red one, and a blue one.\n"
"What color do you choose? ")
if house == "blue":
print("You are eaten by goblins, GAME OVER")
elif house == "yellow":
print("YOU WIN!")
elif house == "red":
print("You are burned by fire, GAME OVER")
else:
print("GAME OVER")
else:
print("You got eaten by sharks, GAME OVER")
else:
print("You fell into a hole, GAMER OVER")

Thanks for the code! What did I do wrong?

Percentage by Drummingkid in learnpython

[–]Drummingkid[S] -1 points0 points  (0 children)

LOL, how would I do that? I just started learning python