Untitled

Run Settings
LanguagePython
Language Version
Run Command
world = "world" you = "you" day_type = "fine" time = "morning" print("Hello", world, ". How are", you, "this", day_type, time, "?") print("Hello, %s. How are %s this %s %s?" % (world, you, day_type, time))
Editor Settings
Theme
Key bindings
Full width
Lines