Answer:
D
Explanation:
live refers to happening right now and footage refers to videos taken and captured.
Answer:
Yes there is but it's rare cause everywhere we go we're tied down from some rules cause they help society function better
Answer:
accept people for who they are instead of trying to change them
Explanation:
i don't know if this is right or wrong but i hope this helped you :)
Answer:
num1 = int(input("Enter value: "))
num2 = int(input("Enter value: "))
if num1 == num2:
print("Equals.")
else:
print("Unequal.")
Explanation: