Advantages: Nuclear energy has the ability to produce electricity without greenhouse gas emissions. It produces electricity without pollution
Disadvantages: The nuclear weapons threats. Some reactors produce plutonium which can be used to make nuclear weapons
num1 = float(input("Enter the first number: "))
num2 = float(input("Enter the second number: "))
operation = input("Which operation are you performing? (a/s/m/d) ")
if operation == "a":
print("{} + {} = {}".format(num1, num2, num1+num2))
elif operation == "s":
print("{} - {} = {}".format(num1, num2, num1-num2))
elif operation == "m":
print("{} * {} = {}".format(num1, num2, num1*num2))
elif operation == "d":
print("{} / {} = {}".format(num1, num2, num1/num2))
I hope this helps!
Answer:
focuses on a certain subject
Explanation:
it means that it focuses on that one subject and none others
Hope it helps c:
Gamers my dude, dank memes are also the internet's finest minds
Validation: Understanding and showing acceptance for another person