Answer:
The following transcript has been encoded can you decode it???
Explanation:
It is a ceasar cipher. Shift every letter in the alphabet by 22 positions.
f = int(input("Enter a number: "))
if(f%7==0):
print("It's divisible by 7.")
else:
if(f<7):
print("7")
else:
print(str(f-(f%7))+", "+str(f+(7-(f%7))))
It is called the file extension or filename extension. It is a suffix that indicates the file format.