Skip to content

Instantly share code, notes, and snippets.

@abdullahmujahidali
Last active August 25, 2025 16:50
Show Gist options
  • Save abdullahmujahidali/b878652cfe85f57438f59162651fb0de to your computer and use it in GitHub Desktop.
Save abdullahmujahidali/b878652cfe85f57438f59162651fb0de to your computer and use it in GitHub Desktop.
Python print method in same line
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