Print hello world without semicolon in different ways? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Print hello world without semicolon in different ways?

20th Oct 2017, 1:30 AM
Velakurthy Nikhil.
Velakurthy Nikhil. - avatar
4 Answers
+ 3
print("Hello World")
20th Oct 2017, 2:10 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 3
import __hello__
20th Oct 2017, 2:10 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 3
#include <stdio.h> int main(){if(printf("Hello, World!")){}}
20th Oct 2017, 2:20 AM
Kartikey Sahu
Kartikey Sahu - avatar