码迷,mamicode.com
首页 > 编程语言 > 详细

Python Symbol

时间:2014-11-01 20:29:26      阅读:296      评论:0      收藏:0      [点我收藏+]

标签:style   ar   for   sp   div   on   bs   amp   ad   

Keywords

Data Types

String Escape Sequences

String Formats

Operators

• and

• del

• from

• not

• while

• as

• elif

• global

• or

• with

• assert

• else

• if

• pass

• yield

• break

• except

• import

• print

• class

• exec

• in

• raise

• continue

• finally

• is

• return

• def

• for

• lambda

• try

• True

• False

• None

• strings

• numbers

• floats

• lists

• \\

• \‘

• \"

• \a

• \b

• \f

• \n

• \r

• \t

• \v

• %d

• %i

• %o

• %u

• %x

• %X

• %e

• %E

• %f

• %F

• %g

• %G

• +

• -

• *

• **

• /

• //

• %

• <

• >

• <=

• >=

• ==

• !=

• <>

• ( )

• [ ]

• { }

• @

• ,

• :

• .

• =

• ;

• +=

• - =

• *=

• /=

• //=

• %=

• **=

 

How would I search for these things online?

Simply put "python" before anything you want to find. For example, to find yield do python yield.

 

Reference:

Book learn python the hard way EXERCISE 37 Symbol Review

Python Symbol

标签:style   ar   for   sp   div   on   bs   amp   ad   

原文地址:http://www.cnblogs.com/JayZen/p/4067643.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!