Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update HelloWorld.py
  • Loading branch information
karimthehacker authored Oct 1, 2020
commit cf13ac32fc9fc55acbd5b38ad0e24bf55e4e083d
2 changes: 2 additions & 0 deletions HelloWorld/HelloWorld/HelloWorld.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#This is a comment
#And I can add lots of comments
'''For lot of comment or multi line comment
we can use this'''
print('Hi World')