当前位置:网站首页>Generator parameters incoming parameters
Generator parameters incoming parameters
2022-07-06 08:33:00 【MAR-Sky】
The generator can be send Method to pass in parameters
send function : Pass in parameters to The last time yield End assignment position variable , And execute to the next yield Location
def easy_gen():
print('start...')
m = yield 10
print('mid')
print(m)
n = yield 20
print(n)
print('end')
yield 30
gen = easy_gen() # Get the variable that points to the function
gen.__next__() # return 10
gen.send('adga')

Be careful ,__next__() The method is to yield The next number returns ,
边栏推荐
猜你喜欢

synchronized 解决共享带来的问题

egg. JS getting started navigation: installation, use and learning

Sort according to a number in a string in a column of CSV file
![[cloud native topic -45]:kubesphere cloud Governance - Introduction and overall architecture of enterprise container platform based on kubernetes](/img/ac/773ce8ee7f380df19edf8373250608.jpg)
[cloud native topic -45]:kubesphere cloud Governance - Introduction and overall architecture of enterprise container platform based on kubernetes

Fibonacci sequence

C語言雙指針——經典題型

The resources of underground pipe holes are tight, and the air blowing micro cable is not fragrant?
![[MySQL] database stored procedure and storage function clearance tutorial (full version)](/img/27/e775e03b77c7195216bc50c5cbefb4.png)
[MySQL] database stored procedure and storage function clearance tutorial (full version)

C language - bit segment

Restful API design specification
随机推荐
Restore backup data on S3 compatible storage with br
leetcode刷题 (5.28) 哈希表
Huawei cloud OBS file upload and download tool class
C language double pointer -- classic question type
sys.argv
Bottom up - physical layer
Use br to back up tidb cluster data to S3 compatible storage
延迟初始化和密封类
ROS编译 调用第三方动态库(xxx.so)
【MySQL】数据库的存储过程与存储函数通关教程(完整版)
logback1.3. X configuration details and Practice
Leetcode question brushing (5.31) string
On the day of resignation, jd.com deleted the database and ran away, and the programmer was sentenced
logback1.3. X configuration details and Practice
China vanadium battery Market Research and future prospects report (2022 Edition)
visdom可视化实现与检查介绍
pcd转ply后在meshlab无法打开,提示 Error details: Unespected eof
Precise query of tree tree
Use Alibaba icon in uniapp
The resources of underground pipe holes are tight, and the air blowing micro cable is not fragrant?