Computer Science, asked by amishafilomeena1003, 8 months ago

please answer this question if you know the answer then only answer else reported
answer all of them​

Attachments:

Answers

Answered by neymarbrasilbr10
1

Answer:

Q2.)

PRINT("I am in class 8")

PRINT("I am studying Python Language")

PRINT("It is a case sensitive language")

Q3.)

A=int(input("first number : "))

B=int(input("second number : "))

C=int(input("third number : "))

PRINT( A + B + C)

Q4.)

PRINT ("Enter the side of the square")

A=int(input(":"))

PRINT ("Area of the square")

PRINT ( A * 4 )

Q5.)

A=int(input("Cost of 1st Pen :"))

B=int(input("Cost of 2nd Pen :"))

C=int(input("Cost of 3rd Pen :"))

D=int(input("Cost of 4th Pen :"))

E=int(input("Cost of 5th Pen :"))

F=int(input("Cost of 6th Pen :"))

G=int(input("Cost of 7th Pen :"))

H=int(input("Cost of 8th Pen :"))

I=int(input("Cost of 9th Pen :"))

J=int(input("Cost of 10th Pen :"))

PRINT ("Cost of all pens")

PRINT (A+B+C+D+E+F+G+I+J)

Answered by brainly66388
1

Explanation:

Please follow me and Mark me as brainlest

Attachments:
Similar questions