We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07c34d0 + 02b1287 commit 4a83e0eCopy full SHA for 4a83e0e
helloworld.py
@@ -1,6 +1,7 @@
1
print("Hello World!")
2
print("make sure to use the same type of quotes(quotation marks or apostrophes)at the end that you used at the start")
3
4
+# in c -> printf("Hello World!");
5
# in java -> System.out.println("Hello World!");
6
# in c++ -> cout << "Hello World";
7
# in javascript - > console.log("Hello World");
0 commit comments