Python> fonction> Fonction interne

@ Introducing Python: Modern Computing in Simple Packages by Bill Lubanovic (No. 2677 / 12833)

Inner Functions

An inner function can be useful when performing some complex task more than once within another function,

J'ai essayé.

http://ideone.com/H9k6Dp

import numpy as np


def check_zundoko():
	ints = np.random.randint(2, size=10)

	def zunOrDoko(aval):
		if aval == 0:
			print('zun,'),
		else:
			print('doko,'),

	print(ints)
	for elem in ints:
		zunOrDoko(elem)
	
check_zundoko()

résultat


Success	time: 0.03 memory: 83072 signal:0
[1 1 1 1 0 0 1 1 0 0]
doko, doko, doko, doko, zun, zun, doko, doko, zun, zun,

Recommended Posts

Python> fonction> Fonction interne
fonction python ①
[Python] fonction
fonction python ②
Python> fonction> Fermeture
[Python] Fonction de générateur
Décorateur de fonction Python
À propos des arguments de fonction (python)
Temps d'exécution de la fonction (Python)
Résumé des arguments de la fonction Python
Fonction d'impression Python (suite)
Python: à propos des arguments de fonction
Fonction de plancher de temps (Python)
Créer une fonction en Python
Python
Utiliser la fonction de rappel en Python
[python] Valeur de l'objet fonction (?)
Fonction ntile (décile) en python
fonction de mémorandum python pour débutant
À propos de la fonction enumerate (python)
le paramètre d'URL de python inclut la fonction
Python #function 2 pour les super débutants
Modélisation de fonctions non linéaires en Python
Dessiner la fonction Yin en python
Exemple de fonctions d'ordre supérieur (décorateurs) en Python
Fonction immédiate (lie) en python
Implémenter la fonction power.prop.test de R en python
Définition du type d'argument de fonction en python
Notation inclusive dans l'argument de la fonction Python
Ecrire une fonction AWS Lambda en Python
[Python] Faire de la fonction une fonction lambda
Fonction Python #len pour les super débutants
Synthèse de fonctions et application en Python
Comment utiliser la fonction zip de python
[Python] Différence entre fonction et méthode
[Python] Arguments de fonction * (étoile) et ** (étoile double)
[OpenCV; Python] Résumé de la fonction findcontours
Python3> Fonctions> Mécanisme de changement de nom de fonction> f = fib
Les bases de Python ⑤
Créer un décorateur de fonction Python avec Class
Résumé Python
Python intégré
Notation d'inclusion Python
Technique Python
Étudier Python
Compte à rebours Python 2.7
Mémorandum Python
Python FlowFishMaster
Service Python
astuces python
Les bases de Python
ufo-> python (3)
Notation d'inclusion Python
Précautions lors du décapage d'une fonction en python
Installer python
Python Singleton
[Introduction à l'application Udemy Python3 +] 48. Définition des fonctions
mémo python