Hi, I am still very new to python and programming so could anyone help me on how to input lines from a user, one line at a time until they type "." on a separate line. I also wanted to count how many lines they entered.
What I tried was looping the input in a while loop and then increasing the line_count variable by 1 each time. However I could n't get it to work.
Thanks.