inputs are just how you make input in python. it goes like this:
print(input())
you type in "im just too sigma for this code".
im just too sigma for this code
did you notice it? input is like a variable. when you type in something, it equals what you typed in. so when you printed it, it just repeated what you typed.
thats all of it.