Type Control

Run Settings
LanguagePython
Language Version
Run Command
let = (1,2,3,4) if isinstance(let, str): print('Yeap! Valid variable type.') else: t = type(let) print("Not string value. Type is {}".format(t.__name__))
Editor Settings
Theme
Key bindings
Full width
Lines