-->
当前位置:首页 > 题库

PROGRAMMING:Finding the approximate value of E by loop (exercise 6-7, fundamentals and applications of Python programming, Higher Education Society)

Luz5年前 (2021-05-10)题库332
Write a program, read K from the keyboard, calculate the approximate value of E (retain 10 decimal places).
![ 1023a.png](~/ad91a9ef-acb2-4b70-a7b1-5ee18a8b9618.png)
###Input format:
\>The positive integer k of 5
###Output format:
Approximate value of E (10 decimal places reserved)
###Input example:
```in
six
```
###Output example:
```out
two point seven one eight zero five five five five five six
```







answer:If there is no answer, please comment