“Convertir de Python en JavaScript en ligne” Réponses codées

Convertir JS en Python en ligne

>>> import js2py
>>> f = js2py.eval_js('function f(x) {return x + x}')
>>> f(2)
4
>>> f()
nan
>>> f(f)
function f(x) { [python code] }function f(x) { [python code] }
mathiasgodwin

Convertir de Python en JavaScript en ligne

l=int(input())
arr=list(map(int, input().split()))
arr=list(set(arr))
length_list=len(arr)

arr.sort()

#print("set = ",arr)
#print("length of set: ",length_list)

print(arr[length_list-2])
Beautiful Booby

Réponses similaires à “Convertir de Python en JavaScript en ligne”

Questions similaires à “Convertir de Python en JavaScript en ligne”

Plus de réponses similaires à “Convertir de Python en JavaScript en ligne” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code