我有一个关于' \ v'的问题。逃脱角色?
\ v逃脱字符应该用于“垂直选项卡”,但是当我试图打印一个\ v时,它打印了一个字符,为什么会发生这种情况?这是“ \ v”字符的目的。
这是我的python代码
print("hello world\v bye world")
我的输出
hello world bye world
,这是我问题的另一个示例
error-image
error-image2
这个问题是在“ \ a”中出现的↑↑↑,
感谢您的帮助!
the \v escape character is supposed to be for a 'vertical tab', but when i was trying to print a \v it printed a character, why is this happening?, is this the purpose of the '\v' character.
here is my python code
print("hello world\v bye world")
my output
hello world bye world
here is another example of my problem
Error-Image
Error-Image2
this problem occurs with '\a' too ↑↑↑
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论