No products in the cart.

Write a program for python to …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a program for python to print the sum of : 1+X/2!+X^2/3!+.....+X^N/(N+1)!
  • 1 answers

Pankaj Singh 3 years, 8 months ago

s=0 x=int(input('enter the number')) for i in range(1,x+1): s+=(x**x)/(x+1) print('sum is',s)
http://mycbseguide.com/examin8/

Related Questions

Write a program for swapping two numbers
  • 1 answers
Write a program for swapping two numbers?
  • 0 answers
Define packages
  • 0 answers
What is alu
  • 1 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App