Answer:
num = float(input("Enter a number : "))
ab = abs(num)
sqrt = float(ab ** 0.5)
print(sqrt)
Explanation:
Answer: (A) Computer networks allow individuals to share many types of resources.
Explanation:
Computer network is basically known as digital telecommunication that allowing various nodes to sharing different types of resources in the network. In the computer network, the data link is establish over the cable like wire and optic media in the network.
The network basically allow sharing of the computing network and various types of resources in the networking.
It can allow sharing resources like printers, exchange files and CDs. There are mainly two types of networking that are: LAN and WAN.