Computer Science, asked by debalinanag07, 8 months ago

Correct the following statements(In Python):

i. 9=A ii. B+C=D

ii. S=int(input(Enter any number)) iv. T=’5’+6

Answers

Answered by RajatGreat
1

\huge\mathcal\blue{ ANSWER: }

i) A=9

Reason we are assigning 9 as the value of A so A= 9

ii) B+C=D

This statement is already correct but before the program you need to define the value of B and C

iii) S= int(input ("Enter any number"))

Reason

" " these are to be used in Enter any number

iv) T=5+6

there is no need of ' ' in 5

I hope it helps

Similar questions