当前位置:网站首页>What does it mean when lambda is not entered?
What does it mean when lambda is not entered?
2022-07-03 02:43:00 【strawberry47】
Looking at the code today , See a code [lambda: gym.make("SimulatedEnv-v0", ) for _ in range(args.training_num)]
;
Yes lambda
, But the colon is empty , No input , The output is the pile on the right . My first reaction was this lambda
Is it possible not to
Later, I did an experiment , It's found that it can't be removed !
def f(x):
return x * 100
print([f(3) for i in range(5)])
print([lambda: f(3) for i in range(5)])
The former is a pile of results list, The latter is a function list:
[300, 300, 300, 300, 300]
[<function <listcomp>.<lambda> at 0x7fe7019acb80>, <function <listcomp>.<lambda> at 0x7fe7019acc10>, <function <listcomp>.<lambda> at 0x7fe7019acca0>, <function <listcomp>.<lambda> at 0x7fe7019acd30>, <function <listcomp>.<lambda> at 0x7fe7019acdc0>]
边栏推荐
猜你喜欢
The use of Flink CDC mongodb and the implementation of Flink SQL parsing complex nested JSON data in monggo
Kubernetes family container housekeeper pod online Q & A?
oauth2.0鉴权,登录访问 “/oauth/token”,请求头Authorization(basicToken)如何取值???
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)
Matlab tips (24) RBF, GRNN, PNN neural network
[shutter] banner carousel component (shutter_wiper plug-in | swiper component)
HTB-Devel
xiaodi-笔记
[shutter] setup of shutter development environment (supplement the latest information | the latest installation tutorial on August 25, 2021)
【翻译】后台项目加入了CNCF孵化器
随机推荐
easyExcel
Gbase 8C system table PG_ cast
QT qcombobox add qccheckbox (drop-down list box insert check box, including source code + comments)
2022-2028 global splicing display industry research and trend analysis report
random shuffle注意
Gbase 8C create user / role example 2
xiaodi-笔记
Gbase 8C function / stored procedure definition
Use optimization | points that can be optimized in recyclerview
Gbase 8C system table PG_ database
Compréhension simple de SVG
Add automatic model generation function to hade
Serious security vulnerabilities reported by moxa mxview network management software
The data in servlet is transferred to JSP page, and the problem cannot be displayed using El expression ${}
Choose it when you decide
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)
Error when installing MySQL in Linux: starting mysql The server quit without updating PID file ([FAILED]al/mysql/data/l.pid
GBase 8c系统表-pg_aggregate
Practice of traffic recording and playback in vivo
random shuffle注意