腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
python
中
的
Def
和
Def
函数
我对
Python
中
的
def
和
def
函数有一些问题。在我的程序顶部,我定义了:然后,我定义了包含希望返回的值的
def
:
def
subprogram(ssh, x_off, y_off
浏览 1
提问于2022-06-27
得票数 -1
回答已采纳
3
回答
python
在
def
()内部调用
def
()
、
我正在为我的
python
助手制作一个包,但发现了一个问题。
def
tts(name) : os.system("""PowerShell -Command "Add-Type –AssemblyNameSystem.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak(' "&
浏览 347
提问于2018-07-29
得票数 0
回答已采纳
2
回答
在
python
3
中
使用
def
和
def
、
我试图在
python
3
中
使用
def
并返回,这将检查一个数字是否高于另一个数字,然后将状态返回为True或False。然而,我似乎无法做到这一点。当我运行它时,我会得到一个nameError。代码如下: if data <= on_off_status: elif
浏览 6
提问于2015-08-15
得票数 0
回答已采纳
5
回答
Python
:
def
中
的变量
所以我试图用
python
构建一个赌博模拟器,当我试图向我的玩家收取货币的3%来选择游戏时,我遇到了麻烦。这是我到目前为止的代码:import random games=0 print("Game over") print("\n") answer = input("Which
浏览 2
提问于2020-03-03
得票数 0
5
回答
Python
:从不同的
def
调用
def
我对
Python
比较陌生,我一直被困在一些看起来很琐碎的事情上,所以希望有人能帮助我。 d1 = Display("iPiano", pianoIcon.getWidth(),pianoIc
浏览 4
提问于2015-01-21
得票数 0
回答已采纳
5
回答
Python
转到
def
大家好,首先我要说的是,我刚接触
Python
,这是一个学校作业,所以这应该是在没有高级编程和全局函数的情况下完成的。使用
Python
2.6.6和WingIDE 101
def
menu(): return 8 + 4
def
subtracti
浏览 1
提问于2010-11-27
得票数 0
回答已采纳
2
回答
Python
yes/no
def
、
我正在使用下面的示例:
def
log_manager(): question = "Do you wish to continue?"
浏览 2
提问于2011-02-03
得票数 1
回答已采纳
3
回答
def
行在
python
中
做什么?
def
doubleList(list): while i<len(list): i=i+1 someList
浏览 4
提问于2012-02-13
得票数 4
回答已采纳
1
回答
在.py
中
创建
python
def
、
我正在尝试创建一个外部的py文件
中
的
def
文件,例如。calls.py whale = animalia.whale("Chordata", print(calls.printbluewhale())
浏览 12
提问于2016-09-19
得票数 0
1
回答
如何将
def
类对象返回到
python
中
的
def
?
、
、
啊,代码继续执行一些迭代,实际过滤输入
中
的文本(例如,读取空格等)。但首先是关于这个问题的。当我在Read() -> TypeError:init()
中
添加值时,如果没有得到-> TypeError: Read.init()缺少三个必需的位置参数:'text_num‘、'space_count# import libary aver_letters_words = round(read.text_numelif in
浏览 2
提问于2022-06-10
得票数 -3
3
回答
如何在
python
中
调用
def
?
、
请理解,我是
Python
的初学者。
浏览 103
提问于2018-09-17
得票数 0
回答已采纳
7
回答
Python
中
def
函数的混淆
、
、
、
、
我已经学习
Python
大约2个月了(从苦读
Python
开始,现在深入学习
Python
),在这两本书中,我似乎仍然对这一段代码感到困惑。让我们以深入
Python
使用的默认代码为例: """Build a connection string from a dictionary难道buildConnectionString
中
的参数不需要设置为buildConnectionString(m
浏览 0
提问于2012-07-25
得票数 5
2
回答
python
,多次运行
def
()
、
它要求提供完整的ebay链接,然后写出它的价格print('please enter full Ebay link ..')
def
浏览 5
提问于2018-06-17
得票数 4
1
回答
Python
def
函数标题
、
我想创建一个函数,但在标题中它不允许我添加句号,
def
system.do():谢谢你的帮助!
浏览 3
提问于2013-06-08
得票数 0
回答已采纳
2
回答
python
def
pandas应用
、
、
、
https://www.football-data.co.uk/mmz4281/2021/E0.csv")12 3 frames / usr / local / lib /
浏览 4
提问于2021-02-12
得票数 0
1
回答
Python
:如何引用
def
中
的值
、
、
def
example(value1, value2): value2 += 4 value2 = 0 example(value1,
浏览 1
提问于2015-06-15
得票数 0
回答已采纳
4
回答
python
3.x
中
的
Def
、
、
我正在努力理解以下代码
中
的
python
函数: if(k>0): print(result) else:
浏览 4
提问于2019-01-31
得票数 1
1
回答
Python
& Tkinter -在
def
中
创建菜单
、
、
、
我正在尝试在我的一个函数
中
创建一个名为"Core“的菜单。这个函数在用户成功登录到他们的帐户后被调用,我只想让他们在新窗口创建中使用这些菜单。我可以成功地将菜单创建到主根目录上,但无法在调用的函数
中
执行,因为它给了我这个错误:“AttributeError:' function‘object没有属性'tk’”
def
Core():NewRoot = Toplevel(myGUI, bg="
浏览 0
提问于2017-05-01
得票数 0
回答已采纳
1
回答
Python
:如何在类
中
调用
def
、
、
我练习飞毛腿,想问一个问题:当我在课堂上写它的时候,我怎么叫它呢?scrapy.spider import Spiderfrom yahoo.items import YahooItem #Don't know how to calling
浏览 1
提问于2014-07-23
得票数 2
回答已采纳
2
回答
在
python
中
,我如何跳到
def
?
、
我想从
def
number1跳到
def
number2。我试过这个: print("from here to ")number1() print("blablabla")
def
number2():number2()Traceback (most r
浏览 2
提问于2022-11-24
得票数 -1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Python 学习之 def 函数
从函数 def 到类 Class
DEF的前世今生,还原比特币愿景
百度搜索“DEF CON CHINA”爆红
再无斯诺登事件:DEF支持绝对匿名,将引爆生态发展
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券