Python Forum
Undesired space after using \n in print
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Undesired space after using \n in print
#1
This has been bugging me for a long time. The output has the first line shifted one space to the right. How to avoid the extra space?

x =[1, 2, 3]
print('\n',x)
print(x)
Output:
[1, 2, 3] [1, 2, 3]
Reply


Messages In This Thread
Undesired space after using \n in print - by Tuxedo - Mar-03-2021, 09:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Remove a space between a string and variable in print sie 5 1,814 Jul-27-2022, 02:36 PM
Last Post: deanhystad
  Hiding "undesired" info Extra 4 1,803 Jan-03-2022, 08:25 PM
Last Post: Extra
  from global space to local space Skaperen 4 2,338 Sep-08-2020, 04:59 PM
Last Post: Skaperen
  how to add a coma in print statement of python without preceding space character? brittocj 3 3,154 Sep-27-2018, 09:03 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020