Python Forum
super newbie question: escape character
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
super newbie question: escape character
#1
i'm trying pycharm and idle at the same time, and found a strange situation
print("1 hello")
print("2 hell\n o")
[color=#E74C3C]print("3 hell\r xxx")
print("4 hell\rxxx")
print("5 hell\b o")[/color]
print("6 hell\to")
the result
in pycharm:
Output:
1 hello 2 hell o xxx xxx 5 hel o 6 hell o
in idle:
Output:
1 hello 2 hell o 3 hell xxx 4 hell xxx 5 hell o 6 hell o
why are the difference in line 3, 4 & 5? Huh Huh Huh
Larz60+ write Jan-13-2021, 03:33 AM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Fixed for you this time. Please use bbcode tags on future posts
Reply


Messages In This Thread
super newbie question: escape character - by tsavoSG - Jan-13-2021, 12:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question [SOLVED] [newbie] Why call super()? When to use parent? Winfried 4 961 Feb-10-2025, 11:40 AM
Last Post: Winfried
  Warning - ' invalid escape sequence '\s'' tester_V 4 29,340 Aug-08-2024, 04:58 PM
Last Post: tester_V
  Problems with super() Hoespilaar 3 1,604 Jun-11-2024, 02:15 AM
Last Post: kanetracy
  super() in class akbarza 1 2,574 Dec-19-2023, 12:55 PM
Last Post: menator01
  How is pandas modifying all rows in an assignment - python-newbie question markm74 1 1,397 Nov-28-2023, 10:36 PM
Last Post: deanhystad
  newbie question - can't make code work tronic72 2 1,461 Oct-22-2023, 09:08 PM
Last Post: tronic72
  Newbie question about switching between files - Python/Pycharm Busby222 3 1,362 Oct-15-2023, 03:16 PM
Last Post: deanhystad
  How do I handle escape character in parameter arguments in Python? JKR 6 5,238 Sep-12-2023, 03:00 AM
Last Post: Apoed2023
  Newbie.... run for cover. OpenCV question Stevolution2023 2 1,639 Apr-12-2023, 12:57 PM
Last Post: Stevolution2023
  use of escape character in re.sub and find WJSwan 1 1,533 Feb-16-2023, 05:19 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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