Type Conversion

Run Settings
LanguagePython
Language Version
Run Command
print(type(str(100))) #(converting a number to a string) print(type(int(str(500)))) a = str(100) b = int(a) c = type(b) print(c) #converting the type of our data types
Editor Settings
Theme
Key bindings
Full width
Lines