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.
1 parent 1d422bb commit 40e5d23Copy full SHA for 40e5d23
05-Day5-Comments-and-Print/main.py
@@ -0,0 +1,2 @@
1
+print("Hello",2,4,7,"World",sep="--",end=" LoL ") # end="\n" by default
2
+print("We","are","venom") #sep=" " bye default
0 commit comments