Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Varsha Rajasekhar 4 years, 7 months ago
- 1 answers
Posted by Aaryan Pareek 4 years, 7 months ago
- 1 answers
Himanshi Kumari 4 years, 7 months ago
Posted by Saksham Dubey 4 years, 7 months ago
- 1 answers
Abhinav Upadhyay 4 years, 7 months ago
Posted by Ankit Ydv 4 years, 7 months ago
- 2 answers
Aries 24 4 years, 7 months ago
Aries 24 4 years, 7 months ago
Posted by Anupam Kumari 4 years, 7 months ago
- 1 answers
Ankit Ydv 4 years, 7 months ago
Posted by Anupam Kumari 4 years, 7 months ago
- 1 answers
Ankit Ydv 4 years, 7 months ago
Posted by Tanishtha Yadav 4 years, 7 months ago
- 1 answers
Aries 24 4 years, 7 months ago
Posted by Ishika Jain 4 years, 7 months ago
- 1 answers
Ankit Ydv 4 years, 7 months ago
Posted by S K 4 years, 7 months ago
- 2 answers
Pankaj Singh 4 years, 6 months ago
Posted by Deena Deena 4 years, 2 months ago
- 1 answers
Sia ? 4 years, 2 months ago
Posted by Har Har Mahadev 🙏 4 years, 7 months ago
- 1 answers
First Name 4 years, 7 months ago
b = int(input("Enter integer 2 : "))
for i in range(1,a+b):
⠀⠀⠀if a%i==0 and b%i==0:
⠀⠀⠀⠀⠀⠀⠀s=i
print("Greatest common integer = ",s)
Posted by Har Har Mahadev 🙏 4 years, 7 months ago
- 0 answers
Posted by Har Har Mahadev 🙏 4 years, 7 months ago
- 5 answers
First Name 4 years, 7 months ago
s=1
for i in range (1,n+1):
⠀⠀⠀s=s+ sign*x**i
⠀⠀⠀s*= -1<br print("The sum of series is",s)
First Name 4 years, 7 months ago
n = int(input("Enter the value of n : "))
sign= -1
s=1 for i in range(1,n+1): ⠀⠀⠀s=s+ sign*x**i
⠀⠀⠀s*= -1
print("The sum os the series is", s)
Posted by Har Har Mahadev 🙏 4 years, 7 months ago
- 1 answers
First Name 4 years, 7 months ago
n = int(input("Enter the value of n : "))
print("xⁿ = ", x**n)
Posted by First Name 4 years, 8 months ago
- 2 answers
Posted by Royal Thakur ? 4 years, 8 months ago
- 3 answers
First Name 4 years, 8 months ago
Posted by Laya Varshini.P ... 4 years, 8 months ago
- 1 answers
First Name 4 years, 8 months ago
f=1
for i in range(1,n):
⠀⠀f*=1
print("The factorial is ", f)
Posted by Amishi Kumar 4 years, 8 months ago
- 0 answers
Posted by Amishi Kumar 4 years, 8 months ago
- 0 answers
Posted by Amishi Kumar 4 years, 8 months ago
- 0 answers
Posted by Lucky Singh 4 years, 8 months ago
- 1 answers
Gaurav Seth 4 years, 8 months ago
Packing and Unpacking a Tuple : In Python there is a very powerful tuple assignment feature that assigns right hand side of values into left hand side. In other way it is called unpacking of a tuple of values into a variable. In packing, we put values into a new tuple while in unpacking we extract those values into a single variable.
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Nipun Chawla 4 years, 7 months ago
0Thank You