py
x = float(input())PI = 3.14159#计算out1 = 2xPIout2 = PIxx#输出print("%0.f"%(6,out1))print("%0.f"%(6,out2))