Log in to save your progress.
<< Back to problems
Note! The window is too narrow to use Pythonlab.dev. Use a device with a keyboard!

Calculate the expression

Prerequisites: Basic course part I

Write a program that calculates and prints what the expression below is equal to. $$\dfrac{2^{10} \cdot 3^5}{1+5\cdot107}$$

The numerator is approximately 250,000 and the denominator is just over 500. The answer should therefore be approximately 500. Be careful with parentheses!

Login to save your progress and your code.

Create

Write your code here.

-- Output from your program will be here --