0
Write a program to calculate the amount that will result from doubling to understand which will result in lager amount
You're offered a choice of either$1.000.000 or $0.01 (one penny) double everyday for 30 days (the resulting amount is double everyday)
2 Respostas
+ 6
excuse me? you're attempt?
+ 1
Решил вопрос исправлением ошибки синтаксиса.
Команда:
print ( 0.01*(2**30))
Нельзя ставить символы " или '
Команда воспринимается как текстовый вывод
EU:
Solved the issue by correcting a syntax error.
Command: print (0.01*(2* * 30))
You can not put the characters " or ' The command is perceived as a text output