Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
k=int(raw_input("enter a limit")) f=1 i=1 n=0 while(i<=k): f=f*i i=i+1 import math x=int(raw_input ("enter the value of x")) while(n<=k): math.exp(x)=(x**n)/f n=n+1 print"e**x=",math.exp(x) wht is wrong with this program???
numeric-operations
python
0 голосов
3 ответов
18th Oct 2016, 12:13 AM
Navaneetha Babu
How is answer generated to 12?
cout<<f;
f*=i;
f=1
following
i=2;
int
is
of
output
the
what
while(++i<5)
0 голосов
2 ответов
20th Jan 2017, 6:49 PM
christopher Parge
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
Актуальное сегодня
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes