I always type in function something():. Is their any way to change def to function? I know this sounds like a silly question, but I would really appreciate any answers.
If their is something like that, can you also change print or input? For example:
name = question("What is your name? ")
answer(f"Hi {name}!")