ZTM wprowadzenie do programowania

Run Settings
LanguagePython
Language Version
Run Command
# fundamental Data Types # int and float # print(type(2 + 4)) # print(type(2 - 4)) # print(type(2 * 4)) # print(type(2 / 4)) #0.5 # print(type(0000.7)) # print(2 ** 3) # 2^3 # print (5//4) # rounded down to integer # print (5%4) # modulo, czyli reszta (remainder) #math functions - these are ACTIONS (out of Data Types, Terms, Best Practicies) print(round(3.1) ) #zaokrąglenie print(abs(-10)) # wartość bezwzględna (absolute value) tuple set dict #Classes -> custom types #Specialized Data Types -> realized by Modules None
Editor Settings
Theme
Key bindings
Full width
Lines