#in this file we will store one function #that reads a string and return a string def get_name(): name=input() return name