print("Have you ever wanted to roast anyone's code?")
rep = input("y/n: ")
if rep == 'y' or rep == 'Y':
print("You're so much welcome, review mah codes")
print("Each program file is renamed to the index of the respective program in Project Template file")
elif rep == 'n' or rep == 'N':
print("Don't be too nice mate, look into my codes and you'll start roasting me")
else:
print("What can I say? You can't even give a proper input, lol")
end()