📜  7616*75 (1)

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

7616*75

This is a simple program that multiplies 7616 and 75 together.

result = 7616 * 75
print(result)

The result should be:

571200

This program uses the * operator to multiply the two numbers together. The result is then printed to the console using the print function.

This program is very simple, but it can be useful in a variety of situations where you need to quickly calculate the product of two numbers.