📜  2*27*3.14 (1)

📅  最后修改于: 2023-12-03 14:59:03.647000             🧑  作者: Mango

2273.14

Introduction

This is a program that calculates the value of the expression 2 * 27 * 3.14 and returns the result.

Usage

You can use this program to quickly calculate the value of the expression 2 * 27 * 3.14. The result will be returned as the output.

Code
result = 2 * 27 * 3.14
print(result)
Output

The program will output the calculated result of the expression, which is 169.56.

The above code snippet is written in Python.