Last active
August 25, 2025 16:50
-
-
Save abdullahmujahidali/b878652cfe85f57438f59162651fb0de to your computer and use it in GitHub Desktop.
Python print method in same line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Hello my name is John Doe...", end=" ") | |
print("I am a programmer") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment