Python – Keywords (more diff.)

 0    23 Fiche    sir
скачать mp3 басу ойын өзіңді тексер
 
сұрақ жауап
To create an alias
оқуды бастаңыз
as
For debugging
оқуды бастаңыз
assert
To break out of a loop
оқуды бастаңыз
break
To define a class
оқуды бастаңыз
class
To continue to the next iteration of a loop
оқуды бастаңыз
continue
To define a function
оқуды бастаңыз
def
To delete an object
оқуды бастаңыз
del
Used with exceptions, what to do when an exception occurs
оқуды бастаңыз
except
Used with exceptions, a block of code that will be executed no matter if there is an exception or not
оқуды бастаңыз
finally
To import specific parts of a module
оқуды бастаңыз
from
To declare a global variable
оқуды бастаңыз
global
To import a module
оқуды бастаңыз
import
To check if a value is present in a list, tuple, etc.
оқуды бастаңыз
in
To test if two variables refer to the same memory space.
оқуды бастаңыз
is
To create an anonymous function
оқуды бастаңыз
lambda
To declare a non-local variable
оқуды бастаңыз
nonlocal
A null statement, a statement that will do nothing
оқуды бастаңыз
pass
To raise an exception
оқуды бастаңыз
raise
To exit a function and return a value
оқуды бастаңыз
return
To make a try... except statement
оқуды бастаңыз
try
To create a while loop
оқуды бастаңыз
while
Used to simplify file handling
оқуды бастаңыз
with
To end a function, returns a generator
оқуды бастаңыз
yield

Пікір қалдыру үшін жүйеге кіру керек.