“jumlah argumen yang tidak diketahui perselisihan py” Kode Jawaban

jumlah argumen yang tidak diketahui perselisihan py

# Include a asterisk (*) before the variable name, eg:

async def repeatback(context, *words):
	# Function code
Locstock

Discord.py Argumen Opsional

@client.command()
async def hellothere(ctx, *, msg):
    await ctx.send("General Kenobi")
#to add an optional Argument simply add an =None (anything else alowed to) after msg
#the * means that it gives you everthing after the command
async def hellothere(ctx, *, msg=''):
Eager Elephant

Jawaban yang mirip dengan “jumlah argumen yang tidak diketahui perselisihan py”

Pertanyaan yang mirip dengan “jumlah argumen yang tidak diketahui perselisihan py”

Lebih banyak jawaban terkait untuk “jumlah argumen yang tidak diketahui perselisihan py” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya