use of (a**b) (a*b)

2006-11-07 Thread Santosh Chikkerur
Hi Friends,Let me know the use of ' ** ' operator and ' \\' use.f=(3*s**2) how is it different, if use only single '*' and also the divide operator.Thanks in advance,Santosh -- http://mail.python.org/mailman/listinfo/python-list

Re: Python-list Digest, Vol 38, Issue 72

2006-11-06 Thread Santosh Chikkerur
Hi Friends,How to use getchar( ) in python. I want to see the output of the program ,step by step.I have given print statements in between for the results..Hence i would like to print the output everytime there is getchar().which is the similar fn in pythonthanks,SantoshOn 11/6/06, [EMAIL PROTECTED