Dec-15-2025, 04:21 PM
Hi,
I have recently started to look at Python. I found a tutorial pdf document written by Brian Heinold called A Practical Introduction to
Python Programming.
It is interesting and I am enjoying reading it. At the end of the first section there are 9 exercises to have a go at, I have figured out 8 of them but can not get one of them to come up with the answer suggested. Below is the question,
Write a program that computes and prints the result of
512 − 282
47 · 48 + 5
. It is roughly .1017.
I have recently started to look at Python. I found a tutorial pdf document written by Brian Heinold called A Practical Introduction to
Python Programming.
It is interesting and I am enjoying reading it. At the end of the first section there are 9 exercises to have a go at, I have figured out 8 of them but can not get one of them to come up with the answer suggested. Below is the question,
Write a program that computes and prints the result of
512 − 282
47 · 48 + 5
. It is roughly .1017.
