Python, pandas |
len() print() str() int() .append() employees[0] [start : stop : step] pop() float() if elif else False True not and or True and TrueTrue True and (False or True) for in while i = 0 a = while i < 10 print(a) a += 2 i += 1 .format() {} {key: value} print(name) for name in salaries: |
Комментарии