Computer Science, asked by gopalringu31, 4 months ago

Find the Output.
a. s=”DPS”
print(s*10)
b. A=91
if(a>90):
print(“Grade is A1”)
else:
print(“Grade is A2”)
c. x=10
if(x>10):
x=x+10
print(x)
else:
x=x-10
print(x)

Answers

Answered by surajthakral134
1

Answer:

a= DPSDPSDPSDPSDPSDPSDPSDPSDPSDPS

B=it will show error because identifier is in capital

c=0

Answered by radhasinghtomar1
0

Answer:

a

it will show error because u can't multiply any string value.

b

it will show error because "a" (small a) is not defined.

c

0

hope it helps u

:)

Similar questions
Physics, 10 months ago