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
0
Explanation:
w=raw_input(‘enter a word’);
If strcmp(w, "HELLO")
Print(w+2)
else
Print(w*2)
Answered by
0
Answer:
thanks
Explanation:
thanks for point
Similar questions