Ok the story so far, using IDLE 2 or IDLE 3
If I include the line Import math at the start of the program
I can use math.sqrt( x) # to get the Square root of x
So is there a Round function I can use to clean up the answer to
One decimal place ?
Eg convert 15.634719 .... to 15.6 # turns of wire thro a Powered Iron core .
I have looked in Raspberry Pi users guide Not found the answer!
In GFA v3 for the ATARI
I could use ROUND (x,1) Function
So
What do I use in IDLE 2 or IDLE 3
Thanks de John.