a = input('Enter something:') #e.g. input is print('Hello World')
# some function
print(a) #and then we get only `Hello World` out as we use print
I already researched executing shell commands via python but nothing related what I want to do. Do I need to change to language that's not python? Is it even possible to do?