- 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
4 RĂ©ponses
+ 4
2áŽș is denoted as 2**N in python. All you need to compare this with your code.
0
Thanks for that greatky appreciated.
- 3
<tag>understood</tag>