Radius = input("Radius?3") r = int(Radius) print (f"Omkrets: {2*r*3.14:.2f} ") print (f"Areal: {3.14*r*r:.2f} ")