Answer:
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even number". format(num))
else:
print("{0} is Odd number". format(num))
d. All of the above
Explanation:
All the above mentioned statements are true about BitTorrent.
okie
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20