fork download
  1. def func(x=5):
  2. """c"""
  3. return x
  4. print func(x=4)
Success #stdin #stdout 0.01s 9008KB
stdin
Standard input is empty
stdout
Standard output is empty