NOSSO MENU

sábado, 6 de fevereiro de 2021

Palavra-chave no JavaScript


Palavra-chave  no JavaScript:

abstract arguments boolean break

byte case catch char

const continue debugger default

delete do double else

eval false final finally

float for function goto

if implements in instanceof

int interface let long

native new null package

private protected public return

short static switch synchronized

this throw throws transient

true try typeof var

void volatile while with

yield

Algumas keywords da linguagem Python:

 Algumas keywords da linguagem Python:

['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']


OBS: Podemos usar o código abaixo para gerar essa ista:

import keyword 

keyword.kwlist 

print(keyword.kwlist)

len(keyword.kwlist) 




Redes Sociais

anuncios