Answer:
so people can't get your information and use it to their advantage and because you never know what people could do with that information
Explanation:
Answer: table styles, properties, tools, external table data, table style options
Explanation: i took the assignment
Answer:Yes !
Explanation: I totally agree, he really is looking !
Answer:
num = float(input("Enter a number : "))
ab = abs(num)
sqrt = float(ab ** 0.5)
print(sqrt)
Explanation: