- 2
Help
# your code goes here days = int(input()) first = 0.01* (2** days) second= 1.000 * (2** days) print (first )
3 Answers
+ 6
#Add this
# your code goes here
days = int(input())
first = 0.01* (2** days)
second= 1.000 * (2** days)
print (first )
#your code ends here
+ 2
Adebisi Olawale ,
please don't post codes without giving a clear and complete task description. as we don't know what output is expected, we can only guess.
this can mean wasted time for people that are willing to help you .
thanks for your understanding!
0
duplicate of this post: https://www.sololearn.com/Discuss/2809517/?ref=app