| For Programming(Phyton, питон) |
| print() print(x) print('x') print("x") True False == != += -= *= + - * && and or not if else elif for while in is ** len() int() str() float() list() : dict() {} set() range(x) len(x) int(x) str('x') float(x) list(x) dict(x) {x} set(x) range(x) bool() bool(x) 0 1 2 3 4 5 6 7 8 9 10 -1 open() open() file enumerate() renge(len(x)) reversed() reversed(x) reversed(y) renge(len(y)) range(y) len(y) int(y) str('y') float(y) list(y) dict(y) {y} set(y) range(y) sum() sum(x,y) , min() max() min(x) max(x) min(y) max(y) sorted() sorted(x) sorted(y) any() all() any(x) all(x) any(y) all(y) dir() breakpoint() vars() type() help() open() input() dir(x) breakpoint(x) vars(x) type(x) help(x) open(x) input(x) dir(y) breakpoint(y) vars(y) type(y) help(y) open(y) input(y) repr() super() @property class dif pass isinstance() issubclass() hasattr() getattr() setattr() delattr() return break continue next() abs() id() locals() hash() oct() object() ord() pow() tuple() slice() zip() None with as del except finally from global import lambda nonlocal try raise yield str.capitalize() str.casefold() str.center() str.count() str.endswith() .find() .format() str.index() str.isalnum() str.isalpha() str.isdigit() str.isidentifier() str.islower() str.isnumeric() str.lower() str.upper() list.append(x) |
Комментарии