Answer:
The program in Python is as follows:
nums = []
for i in range(3):
num = int(input(""))
nums.append(num)
print(min(nums))
Explanation:
This initializes a list of numbers
This loop is repeated 3 times
For each repetition, this prompts the user for input
This appends the input to the list
This gets the smallest of the three inputs using the min() function. The smallest is also printed
hmmmmm...hold up let me look up what dark supereffective means XD...
?oh so i only see stuff about pokemon so id imagine its about that...
What are the 2 options?
I don't think so
27%
100% = 26% + 47% + x%
100% = 73% + x%
27% = x%