• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu
+ 1

How to use callback functions in Python

Callbacks usage in python

callbacks
14th Jun 2020, 3:53 PM
vamsisaikrishna
vamsisaikrishna - avatar
1 Odpowiedź
+ 5
A simple callback example def add(a): return a+3 def subtract(c,d,callback): a=c-d return callback(a) print(subtract(12,10,add))
14th Jun 2020, 4:05 PM
Abhay
Abhay - avatar

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
Hello World!
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
I'm lost with JavaScript (document.getElementById(".") And clearly making mistakes, Can someone help, I thought I had it but no.
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
How to put multiple inputs in python?
1 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes
What to learn🤔
0 Votes
I wish Ruby back in the course list
1 Votes
Messages problem
0 Votes