Computer Science, asked by shameelaashraf, 8 months ago

pls answer this question
this is class 8 python programming worksheet
whoever answer this question I will mark them as the BRAINLIEST if it is correct only
all the 5 questions have to be answered.​

Attachments:

Answers

Answered by aditigoswami406
3

Answer:

Kud jab karlo bata Dana answer

Answered by aahaanmani
2

Answer:

Explanation:

1x=int(input("Enter a number: "))

y=int(input("Enter a number: "))

z=int(input("Enter a number: "))

a=x+y+z

print("The sum of the three numbers is:",a)

2

x=int(input("Enter a number: "))

y=int(input("Enter a number: "))

quotient=x/y

remainder=x%y

print("The quotient is: ", quotient)

print("The remainder is: ", remainder)

3

length=int(input("Enter the length of the square: "))

breath=int(input("Enter the breath of the square: "))

perimeter=length*2+breath

area=length*length

print("The area of the square is:",area)

print("The perimeter of the square is:",perimeter)

4

base=int(input("Enter base: "))

length=int(input("Enter length: "))

side=0.5

area=side*base*length

print("The area of the triangle is:",area)

5

radius = float(input("Enter radius: "))

area=radius*radius*3.14

print("Area is: ", area)

there you go mark me as brainlest pls

Similar questions