i used a function of this type:def (m,n):return m|n what is this symbol | and what is it's impact on the function | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

i used a function of this type:def (m,n):return m|n what is this symbol | and what is it's impact on the function

def f(m,n): return m|n

26th Apr 2019, 2:41 AM
clovert
clovert - avatar
1 Réponse
0
It's the bitwise OR operator. https://www.sololearn.com/learn/4073/
26th Apr 2019, 2:54 AM
Diego
Diego - avatar