Data Types

Run Settings
LanguagePython
Language Version
Run Command
#Fundamental Data Types int float bool str list tuple set dict print(type(6)) print(type(2-4)) print(type(2*4)) print (2/4) print (2**3) print(5 // 4) print (6 % 4) #Math Functions round(3.9) print(abs(-20)) #no negative numbers
Editor Settings
Theme
Key bindings
Full width
Lines