Answer:
True
I just got the same question correct on OddyseyWare
f = int(input("Enter a number: "))
if(f%7==0):
print("It's divisible by 7.")
else:
if(f<7):
print("7")
print(str(f-(f%7))+", "+str(f+(7-(f%7))))
this is stupi
Explanation:
Im unclear exactly what it is saying but i think its 2
it can be hacked
there is always a chance for computer data to be hacked