The Python Tutorial
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The Python Tutorial相关的知识,希望对你有一定的参考价值。
1、
>>> print(‘C:\some\name‘) # here \n means newline!
C:\some
ame
>>> print(r‘C:\some\name‘) # note the r before the quote
C:\some\name
第一个语句中 print中没有加入r 所以 print会将字符创中的\n理解为 newline,而在第二个语句中由于加入了r,它使用了原始字符串,所以没有进行另起一行
以上是关于The Python Tutorial的主要内容,如果未能解决你的问题,请参考以下文章
Python 2.7.8 学习笔记(001)python manuals/the python tutorial
Python 2.7.8 学习笔记(002)python manuals/the python tutorial -- 1. Whetting Your Appetite
Python 3.4.4 学习笔记(004)python manuals/the python tutorial -- 3. An Informal Introduction to Python(示例
What is Git? The 5 Minute Tutorial.
Tutorial: Generate BBox or Rectangle to locate the target obejct