Log in to save your progress.
<< Back to problems
OBS! Fönstret är för smalt för att använda pythonlabbet.se. Använd en enhet med tangentbord!

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 --