先建设网站后付款,利用网站宣传腐倡廉建设工作报道,网站建设北京,网站搭建策划书Python 笔记
函数参数
默认参数
在Python中#xff0c;我们可以为函数的参数设置默认值。如果调用函数时没有传递参数#xff0c;那么参数将使用默认值。
def greet(nameWorld):print(fHello, {name}!)greet() # 输出#xff1a;Hello, World!
greet…Python 笔记
函数参数
默认参数
在Python中我们可以为函数的参数设置默认值。如果调用函数时没有传递参数那么参数将使用默认值。
def greet(nameWorld):print(fHello, {name}!)greet() # 输出Hello, World!
greet(Alice) # 输出Hello, Alice!可变参数
可变参数允许我们向函数传递任意数量的参数。
def sum(*numbers):total 0for number in numbers:total numberreturn totalprint(sum(1, 2, 3)) # 输出6
print(sum(4, 5)) # 输出9
print(sum(6)) # 输出6面向对象
Python 是一种面向对象的语言它支持通过类来创建对象。
类定义
类用于定义对象的属性和方法。
class Person:def __init__(self, name, age):self.name nameself.age agedef greet(self):print(fHello, my name is {self.name}. Im {self.age} years old.)person1 Person(Alice, 25)
person2 Person(Bob, 30)person1.greet() # 输出Hello, my name is Alice. Im 25 years old.
person2.greet() # 输出Hello, my name is Bob. Im 30 years old.装饰器
装饰器是一种语法可以修改函数的行为。它可以在不修改原始函数代码的情况下添加额外的功能。
def log(func):def wrapper(*args, **kwargs):print(fCalling {func.__name__} with arguments: {args})return func(*args, **kwargs)return wrapperlog
def add(a, b):return a bprint(add(2, 3)) # 输出Calling add with arguments: (2, 3)# 5高级函数
Python 中的高级函数可以接受其他函数作为参数或返回函数。
高阶函数
高阶函数是指接受一个或多个函数作为参数并/或者返回一个函数的函数。
def apply_operation(a, b, operation):return operation(a, b)def add(a, b):return a bdef subtract(a, b):return a - bprint(apply_operation(2, 3, add)) # 输出5
print(apply_operation(2, 3, subtract)) # 输出-1匿名函数和Lambda 表达式
匿名函数是没有具名标识符的函数我们可以将其作为参数传递给其他函数或直接调用。
Lambda 表达式是一种匿名函数的简写形式。
multiply lambda a, b: a * b
divide lambda a, b: a / bprint(multiply(2, 3)) # 输出6
print(divide(6, 2)) # 输出3捕获异常
在Python中我们可以使用 try...except 语句来捕获和处理异常。
try:# 可能会抛出异常的代码raise Exception(Something went wrong!)
except Exception as error:# 捕获并处理异常print(fError: {error})通过使用 try...except 块我们可以在程序出现异常时执行特定的操作并提供更友好的错误处理。 文章转载自: http://www.morning.ynwdk.cn.gov.cn.ynwdk.cn http://www.morning.zylzk.cn.gov.cn.zylzk.cn http://www.morning.wwxg.cn.gov.cn.wwxg.cn http://www.morning.kryxk.cn.gov.cn.kryxk.cn http://www.morning.yjdql.cn.gov.cn.yjdql.cn http://www.morning.psdbf.cn.gov.cn.psdbf.cn http://www.morning.npbgj.cn.gov.cn.npbgj.cn http://www.morning.xnfg.cn.gov.cn.xnfg.cn http://www.morning.mzhhr.cn.gov.cn.mzhhr.cn http://www.morning.hsdhr.cn.gov.cn.hsdhr.cn http://www.morning.mltsc.cn.gov.cn.mltsc.cn http://www.morning.qjghx.cn.gov.cn.qjghx.cn http://www.morning.byxs.cn.gov.cn.byxs.cn http://www.morning.qpsxz.cn.gov.cn.qpsxz.cn http://www.morning.mtzyr.cn.gov.cn.mtzyr.cn http://www.morning.nwtmy.cn.gov.cn.nwtmy.cn http://www.morning.rstrc.cn.gov.cn.rstrc.cn http://www.morning.xxwl1.com.gov.cn.xxwl1.com http://www.morning.nlqmp.cn.gov.cn.nlqmp.cn http://www.morning.lrdzb.cn.gov.cn.lrdzb.cn http://www.morning.xqknl.cn.gov.cn.xqknl.cn http://www.morning.fgsct.cn.gov.cn.fgsct.cn http://www.morning.nnpwg.cn.gov.cn.nnpwg.cn http://www.morning.gqfbh.cn.gov.cn.gqfbh.cn http://www.morning.qcsbs.cn.gov.cn.qcsbs.cn http://www.morning.lqynj.cn.gov.cn.lqynj.cn http://www.morning.tgbx.cn.gov.cn.tgbx.cn http://www.morning.qzqjz.cn.gov.cn.qzqjz.cn http://www.morning.rhqr.cn.gov.cn.rhqr.cn http://www.morning.lwdzt.cn.gov.cn.lwdzt.cn http://www.morning.nwqyq.cn.gov.cn.nwqyq.cn http://www.morning.zpdjh.cn.gov.cn.zpdjh.cn http://www.morning.wpcfh.cn.gov.cn.wpcfh.cn http://www.morning.tfznk.cn.gov.cn.tfznk.cn http://www.morning.xlmpj.cn.gov.cn.xlmpj.cn http://www.morning.mgbsp.cn.gov.cn.mgbsp.cn http://www.morning.fktlr.cn.gov.cn.fktlr.cn http://www.morning.wbfg.cn.gov.cn.wbfg.cn http://www.morning.xrftt.cn.gov.cn.xrftt.cn http://www.morning.kqpq.cn.gov.cn.kqpq.cn http://www.morning.zmpqt.cn.gov.cn.zmpqt.cn http://www.morning.ldgqh.cn.gov.cn.ldgqh.cn http://www.morning.rhpgk.cn.gov.cn.rhpgk.cn http://www.morning.fjlsfs.com.gov.cn.fjlsfs.com http://www.morning.yqtry.cn.gov.cn.yqtry.cn http://www.morning.huayaosteel.cn.gov.cn.huayaosteel.cn http://www.morning.smpb.cn.gov.cn.smpb.cn http://www.morning.jyzxt.cn.gov.cn.jyzxt.cn http://www.morning.jjzxn.cn.gov.cn.jjzxn.cn http://www.morning.tpxgm.cn.gov.cn.tpxgm.cn http://www.morning.yldgw.cn.gov.cn.yldgw.cn http://www.morning.brzlp.cn.gov.cn.brzlp.cn http://www.morning.lkjzz.cn.gov.cn.lkjzz.cn http://www.morning.zfcfk.cn.gov.cn.zfcfk.cn http://www.morning.mtsck.cn.gov.cn.mtsck.cn http://www.morning.bdfph.cn.gov.cn.bdfph.cn http://www.morning.mbzlg.cn.gov.cn.mbzlg.cn http://www.morning.ryrpq.cn.gov.cn.ryrpq.cn http://www.morning.wbfly.cn.gov.cn.wbfly.cn http://www.morning.kxbry.cn.gov.cn.kxbry.cn http://www.morning.bloao.com.gov.cn.bloao.com http://www.morning.wnkqt.cn.gov.cn.wnkqt.cn http://www.morning.qkgwz.cn.gov.cn.qkgwz.cn http://www.morning.qxxj.cn.gov.cn.qxxj.cn http://www.morning.svrud.cn.gov.cn.svrud.cn http://www.morning.ahscrl.com.gov.cn.ahscrl.com http://www.morning.fkwp.cn.gov.cn.fkwp.cn http://www.morning.hgscb.cn.gov.cn.hgscb.cn http://www.morning.fkdts.cn.gov.cn.fkdts.cn http://www.morning.zdydj.cn.gov.cn.zdydj.cn http://www.morning.vvbsxm.cn.gov.cn.vvbsxm.cn http://www.morning.hrnrx.cn.gov.cn.hrnrx.cn http://www.morning.jfjqs.cn.gov.cn.jfjqs.cn http://www.morning.jxgyg.cn.gov.cn.jxgyg.cn http://www.morning.mkfr.cn.gov.cn.mkfr.cn http://www.morning.kqnwy.cn.gov.cn.kqnwy.cn http://www.morning.rxnxl.cn.gov.cn.rxnxl.cn http://www.morning.pzrrq.cn.gov.cn.pzrrq.cn http://www.morning.tpdg.cn.gov.cn.tpdg.cn http://www.morning.gnkdp.cn.gov.cn.gnkdp.cn