If u mean the indent when you’re writing an essay, then it is an indent to show how u separate the paragraphs. Hope this helps.
Answer:
def main():
name = input("What is your name? ")
if not name == "" or "":
age = int(input("What is your age? "))
print("Hello " + name + "! You were born in " + str(2021 - age))
main()
Explanation:
Self explanatory
Answer:
A. Do not use computer access or the Internet for unprofessional or inappropriate purposes.