Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

2 of 3
added 46 characters in body
avarice
  • 12.5k
  • 1
  • 21
  • 51

Python 3, (削除) 74 (削除ここまで) 72 bytes

lambda x:print((date.today()+timedelta(0,x)).year)
from datetime import*

Try it online!

-2 bytes thanks to @movatica

avarice
  • 12.5k
  • 1
  • 21
  • 51

AltStyle によって変換されたページ (->オリジナル) /