Computer Science, asked by sheebamuha645, 4 months ago

re write the following program code after removing error if any
Num=input (entre a number)
sqr= num*num
print (sqr)

Answers

Answered by brainlyB0SS
0

Answer:

William Shakespeare (bapt. 26 April 1564 – 23 April 1616)was an English playwright, poet, and actor, widely regarded as the greatest writer in the English language and the world's greatest dramatist. He is often called England's national poet and the "Bard of Avon" (or simply "the Bard").His extant works, including collaborations, consist of some 39 plays,154 sonnets, two long narrative poems, and a few other verses, some of uncertain authorship. His plays have been translated into every major living language and are performed more often than those of any other playwright.They also continue to be studied and reinterpreted.

MARK AS BRAINLIEST

Answered by NirmitBaria
1

Answer:

num = int(input("Enter The Number : "))

sqr = num * num

print(sqr)

Explanation:

In The First Line, N Should be Small Or In The Second Line Both n Should Be Capital, So That Is Defined.

And

In The First Line We Should Define Data Type Like int, float Etc.

And

There Should Be Single Or Double Inverted Comma In The Input!!

Similar questions