Type Conversion

Run Settings
LanguagePython
Language Version
Run Command
a = str (100) b = int(a) c = type (b) print (c) #stessa cosa print(type(int(str(100)))) #stessa cosa
Editor Settings
Theme
Key bindings
Full width
Lines