4.1 growing bacteria | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

4.1 growing bacteria

This has me totally stumped. The formula to calculate the bacteria after N hours will be: 500*2ᴺ https://code.sololearn.com/cMunwv09KeWQ/?ref=app

28th Aug 2021, 3:00 AM
Aaron Kennedy
Aaron Kennedy - avatar
4 Answers
+ 4
2ᴺ is denoted as 2**N in python. All you need to compare this with your code.
28th Aug 2021, 3:29 AM
Simba
Simba - avatar
0
Thanks for that greatky appreciated.
28th Aug 2021, 3:31 AM
Aaron Kennedy
Aaron Kennedy - avatar
- 3
<tag>understood</tag>
28th Aug 2021, 3:37 AM
Aaron Kennedy
Aaron Kennedy - avatar