print 2+2 # This is a comment print 2+2 print 2+2 # and a comment on the same line as code print (50-5*6)/4 print 7/3 print 7/-3
收藏
0人收藏
- 2016-08-19 13:17:28Long Integer by wubai
- 2016-10-08 11:14:02convert integers to octal and hexadecimal strings with a string formatting expression: by 蟋蟀MM
- 2017-03-06 11:12:56Big number by xwz
- 2016-05-30 14:18:09Complex numbers: imaginary numbers are written with a suffix of 'j' or 'J'. by jack.chen
- 2016-08-19 13:37:44octal literals by 风云轩
- 2017-03-06 11:23:17Bitwise or by xwz
- 2016-03-22 18:31:55Boolean operation in if by jack.chen
- 2016-05-30 14:37:10Use abs(z) to get its magnitude (as a float) or z.real to get its real part. by 阿明娃儿
- 2017-03-06 11:41:00Anything with a non-zero length is true, empty sequences are false by Solon.Ring
- 2017-03-11 09:00:37A value as a condition by wubai
- 2016-05-30 14:52:52Use function: oct, hex by 西国の海妖
相关聚客文章