Re: How do i read line from an input file, without the /n

2005-12-14 Thread doritrieur
thanks all for your replies! it did helped me! by the way, i am really new to phyton and to programming, can anyone refer me to an online source that supplies the relevant data for syntax ect? thanks, Dorit. -- http://mail.python.org/mailman/listinfo/python-list

How do i read line from an input file, without the /n

2005-12-13 Thread doritrieur
How do i read line from an input file, without the /n ? the readline function returns also the /n character at the end. i need to read a line without the training /n is this possible? thanks, Dorit -- http://mail.python.org/mailman/listinfo/python-list