• Corsi
  • Compilatore di codice
  • Discuti
  • Prezzi
  • Squadre
Menu
+ 1

def foo(a,*b): return a,b

What is the meaning of *b here??

python3
8th Jul 2019, 4:24 AM
ashwani verma
ashwani verma - avatar
2 Risposte
+ 2
def foo(a, *b): return a, b print(foo(1, 2, 3)) It gives the output as (1, (2, 3))
8th Jul 2019, 4:25 AM
ashwani verma
ashwani verma - avatar

Hai spesso domande come questa?

Impara in modo più efficiente, gratuitamente:

  • Introduzione a Python

    7,1M studenti

  • Introduzione a Java

    4,7M studenti

  • Introduzione a C

    1,5M studenti

  • Introduzione a HTML

    7,5M studenti

Vedi tutti i corsi
Popolare oggi
Is anyone else experiencing this Sololearn issue?
0 Votes
Best language?
0 Votes
How do I keep myself motivated in coding
0 Votes
solo learn program issue - iPhone?
1 Votes
Anyone have song names? Comment your favorites here for a project im working on
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Sql practice
0 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes
Bug in Completing AI Practice
0 Votes