دستور def | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

دستور def

به چه معنی و چه کاربردی دارد ؟ def what mean and Application

31st Aug 2016, 10:45 PM
hassan
hassan - avatar
1 Antwort
0
you can create your own function by using def statement..for example def print_sum(x,y): print(x+y) print_sum(3,2) 5
31st Aug 2016, 11:06 PM
sola
sola - avatar