Skip to content

Commit 4a83e0e

Browse files
Merge pull request #674 from tanmayc07/patch-1
update helloworld.py
2 parents 07c34d0 + 02b1287 commit 4a83e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helloworld.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
print("Hello World!")
22
print("make sure to use the same type of quotes(quotation marks or apostrophes)at the end that you used at the start")
33

4+
# in c -> printf("Hello World!");
45
# in java -> System.out.println("Hello World!");
56
# in c++ -> cout << "Hello World";
67
# in javascript - > console.log("Hello World");

0 commit comments

Comments
 (0)