Python Pass 语句 Python Continue 语句 Python 数字 Number abs() 方法 Python Pass 语句 #!/usr/bin/python for letter in 'Python': if letter == 'h': pass print 'This is pass block' print 'Current Letter :', letter print "Good bye!" Python Continue 语句 Python 数字 Number abs() 方法