Computer Science, asked by tanishq969, 1 year ago

6. What is wrong with the following
statement ?
Number = input("Number")
Sqr = Number*Number​

Answers

Answered by keyboardavro
4

Answer:

option a

mrk me brainliest plzzz

Explanation:

Answered by Nehanshkakonia
15

Answer:

both the statements are wrong see explaination and attached file for practical proof

Explanation:

1. The term input("Number") will show an error because Number is not a keyword or program based unit in Python language

2. As the Number is defined as statement in the previous line of program so Python will show error because a string or invalid term cannot be multiplied or divided.

Attachments:
Similar questions