Advertisement
Guest User

new

a guest
Nov 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. import math
  2. c=input("input a number:")
  3. def a(n):
  4.     b=pow(1+float(n),365)
  5.     print(b)
  6. a(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement