机器人进来,音乐播放几秒钟然后关闭
作者:Domi 提问时间:11/16/2023
import discord from discord.ext import commands import youtube_dl import asyncio import random int...
python-3.x 问答列表
作者:Domi 提问时间:11/16/2023
import discord from discord.ext import commands import youtube_dl import asyncio import random int...
作者:JohnRambo 提问时间:11/14/2023
我有两个数据帧: import pandas as pd countries_list_a = pd.DataFrame({'Country' : ['Australia', 'United Ki...
作者:Mahmoud Abdel-Rahman 提问时间:11/17/2023
以下数据位于 CSV 文件中: SBUX, Starbucks, YHOO, Yahoo, ABK, Ambac Financial, V, Visa, MA, Mastercard, MCD, M...
作者:darthboba 提问时间:11/17/2023
import discord from discord.ext import commands,tasks import os from dotenv import load_dotenv impor...
作者:Rango00 提问时间:11/15/2023
已关闭。这个问题需要细节或澄清。它目前不接受答案。 想改进这个问题吗?通过编辑这篇文章添加详细信息并澄清问题。 9天前关闭。 这篇文章是 7 天前编辑并提交审核的,未能重新打开帖子: 原始关闭...
作者:lollerskates 提问时间:11/17/2023
我有几个网页,我想使用硒抓取。我想自动化它并在远程机器上运行它。由于每个网站都不同,因此脚本需要不同的功能才能完成工作。我没有让每个脚本都具有相同的代码来启动虚拟显示和 webdriver,而是粗略地...
作者:Hand-E-Food 提问时间:11/16/2023
我正在更新基于 .以前,它安装了 Python 版本 3.7 到 3.10。我需要在上面安装 Python 3.11。我无法完全重新配置这个容器,只能进行必要的调整。public.ecr.aws/do...
作者:basinj 提问时间:11/17/2023
我正在制作一个密码加密/存储程序,该程序使用泡菜来存储名称和密码。 每当我运行代码时,它都会给我以下错误: EOFError: Ran out of input 我知道这个问题曾经被回答过,但...
作者:NemGamingAkos 提问时间:11/17/2023
例: 我按下了键盘上的“K”键,打开了一个input()。问题是 input() 已经填满了我刚刚按下的键。当我输入更多字母时,它也会这样做。 简化代码: import keyboard whi...
作者:Halosij Domniik 提问时间:11/17/2023
当我按照 youtube 上的教程说明进行操作时,我注意到在尝试导入 langchain 模块时出现错误,尽管我安装了 langchain。 我的版本是: Langchain版本:0.0.336 P...