How many Moonbreons did you own? (survey)

Define initial variables

a = 10
b = 5
c = 3

Perform arithmetic operations

result = (a + b) - (2 * c)

Check if result is greater than 0

if result > 0:
# If true, subtract the result from itself
result -= result
else:
# If false, add the absolute value of result to itself
result += abs(result)

Check if result is divisible by 3

if result % 3 == 0:
# If true, divide the result by 3
result //= 3
else:
# If false, multiply the result by -1
result *= -1

Check if result is even

if result % 2 == 0:
# If true, add 2 to the result
result += 2
else:
# If false, subtract 2 from the result
result -= 2

Check if result is negative

if result < 0:
# If true, add the absolute value of result to itself
result += abs(result)
else:
# If false, subtract the result from itself
result -= result

Print the final result

print(“The final result is:”, result)

8 Likes

Zero

1 Like

One English, and that’s enough

1 Like
How Many English Moonbreons Do You Own?
  • Less than 1
  • 1
  • More than 1
0 voters
How Many Japanese Moonbreons Do You Own?
  • Less than 1
  • 1
  • More than 1
0 voters
2 Likes

For the record, I bought a JP Umbreon when the set came out, but ended up selling when prices started soring a year or two ago. Good card, but not for the price for me personally.

1 Like

Doesn’t really appeal to me, so I don’t own any

1 Like

None too!

image

But technically now, you don’t own one.

1 Like

correct

Whats the point of a survey with <500 respondents :thinking:

12 Likes

Zero :+1:t3:

6 Likes

I own a little less than 1 of them.

Great looking art though.

Moonbone is a whole other bag of worms

  1. Waiting for the price to drop.
1 Like

Why only ENG and JPN?

6 Likes

Because ENG and JPN are the “main” languages:

https://www.elitefourum.com/t/are-chinese-reprints-decaying-japanese-prices/46326/50

https://www.elitefourum.com/t/do-you-collect-more-english-or-japanese-cards-poll/28500/

Poor forgotten Korean

2 Likes