Data Types

Run Settings
LanguagePython
Language Version
Run Command
# Fubdamental Data Types #Classess --> Custom types #Specialized Data Types --> Modules, parkages print(2 + 4) print(2 - 4) print(2 * 4) print(2 / 4) #Getting the Data Types print(type(2 + 4)) print(type(2 - 4)) print(type(2 * 4)) print(type(2 / 4)) # 0.5 #OPerators in python print(2 ** 2) # power of print(5 // 4) # division of print(6 % 4) # mod of #Math functions print(round(3.9)) #4 print(abs(-20)) #20
Editor Settings
Theme
Key bindings
Full width
Lines