Computer Science, asked by bhosalesiddhu1115, 4 months ago

Rewrite the following code in python after removing any/all Syntactical Error(s) with each correction underlined. (3)
w=raw_input(‘enter a word’)
If w = ‘HELLO’
Print(w+2)
else
Print(w*2)​

Answers

Answered by swetavsavarn
0

Explanation:

w=raw_input(‘enter a word’);

If strcmp(w, "HELLO")

Print(w+2)

else

Print(w*2)

Answered by rishabhichauhan29052
0

Answer:

thanks

Explanation:

thanks for point

Similar questions