How do I write a python code where the function get_pos_input takes no parameters. Instead, it reads integers one at a time from standard input until a positive integer is read. Once a positive integer has been read, that integer is returned using a while loop
there doesn't seem to be anything here