fork download
  1. def now():
  2. print('2025')
  3. f=now
  4. print(now.__name__)
  5. print(f.__name__)
  6. # your code goes here
  7. # your code goes here
  8. # your code goes here
Success #stdin #stdout 0.1s 14096KB
stdin
Standard input is empty
stdout
now
now