python javascript commentaire langage C import math #include def f() : function f() {} int f() {} tab[début:fin] tab.slice(début,fin) string ou list tab[début:] tab.slice(début) tab[a] tab[a] = tab.slice(a,a+1)[0] tab.append( a ) tab.push( a ) len(tab) tab.length strlen(chaîne) p = [] var p = new Array(q1, q2) int * p = NULL (à alloouer) """ texte sur plusieurs lignes """ ` texte sur plusieurs lignes ` chaine[i] chaine.charAt(i) chaine[i] i='' let i='' local variable char i='\0' var i=0 ; int i=0; const i=0 ; const i=0; for i in tab : for (i of tab) {} for (int i=0 ; i