fork download
  1. print(x = '{name:<5}{score:<2}'.format(name='Bob', score=1))
Runtime error #stdin #stdout #stderr 0.11s 23456KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
TypeError: 'x' is an invalid keyword argument for print()