Skip to content

Instantly share code, notes, and snippets.

@leveled
Created December 13, 2021 13:38
Show Gist options
  • Save leveled/adeb759bf980f8d0b8eb98122dd43ea5 to your computer and use it in GitHub Desktop.
Save leveled/adeb759bf980f8d0b8eb98122dd43ea5 to your computer and use it in GitHub Desktop.
Print without newline in python
print("Hello there!", end = '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment