Format Strings

Run Settings
LanguagePython
Language Version
Run Command
name = 'Amita' age = 37 print('Hi' + ' ' + name + '!!!' + ' ' + 'You are' + ' ' + str(age) + ' ' 'years old') print(f'Hi {name}!!! You are {age} years old.') print('Hi {}!!! You are {} years old.'.format ('Amita', '37'))
Editor Settings
Theme
Key bindings
Full width
Lines