Computer Science, asked by musranali890, 8 months ago

Can anyone please tell me the WAP to print Hello World?​

Answers

Answered by Sobhan03
1

Can you please mention in which language do you want???

(Python or C++)

I'll then edit my answer....

For Python....

INPUT :

#This is python script.

x="Hello"

y="World"

print(x,y)

OUTPUT :

Hello World

Hope this helps you!!!

Similar questions