What is wrong with the following statement?
n=input(“number:”)
sqr=n*n
Answers
Answered by
1
Answer:
INPUT("Number=") ; n
SQR = n*n
Answered by
1
Answer: You have used the wrong quote in the first line.
it is supposed to be :
n = input("Number: ")
sqr = n*n
print(sqr)
please mark as brainliest
Similar questions
English,
26 days ago
Social Sciences,
26 days ago
English,
26 days ago
Science,
8 months ago
English,
8 months ago