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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
0
It's the bitwise OR operator. https://www.sololearn.com/learn/4073/
26th Apr 2019, 2:54 AM
Diego
Diego - avatar