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 Answer

Commonmark migration
Source Link

#Python 2, (削除) 27 (削除ここまで)(削除) 25 (削除ここまで) 24 bytes

Python 2, (削除) 27 (削除ここまで)(削除) 25 (削除ここまで) 24 bytes

lambda x:' '.join(x)+' '

Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

#Python 2, (削除) 27 (削除ここまで)(削除) 25 (削除ここまで) 24 bytes

lambda x:' '.join(x)+' '

Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

Python 2, (削除) 27 (削除ここまで)(削除) 25 (削除ここまで) 24 bytes

lambda x:' '.join(x)+' '

Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

added 42 characters in body
Source Link
Riker
  • 7.9k
  • 4
  • 40
  • 73

#Python 2, (削除) 27 (削除ここまで) (削除) 25 (削除ここまで) 24 bytes lambda x:' '.join(x)+' ' Shorter

lambda x:' '.join(x)+' '

Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

#Python 2, (削除) 27 (削除ここまで) (削除) 25 (削除ここまで) 24 bytes lambda x:' '.join(x)+' ' Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

#Python 2, (削除) 27 (削除ここまで) (削除) 25 (削除ここまで) 24 bytes

lambda x:' '.join(x)+' '

Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

added 45 characters in body
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125

#Python 2, (削除) 27 (削除ここまで) 25(削除) 25 (削除ここまで) 24 bytes for i in inputlambda x:' '.join(x):print i,+' ' Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

#Python 2, (削除) 27 (削除ここまで) 25 bytes for i in input():print i, Shorter than Raffi's answer...

#Python 2, (削除) 27 (削除ここまで) (削除) 25 (削除ここまで) 24 bytes lambda x:' '.join(x)+' ' Shorter than Raffi's answer...

-1 thanks to 60919 (FlipTack).

Post Undeleted by Erik the Outgolfer
Please undelete, I didn't want to spam with a second answer.
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125
Loading
Post Deleted by Erik the Outgolfer
Post Undeleted by Erik the Outgolfer
Post Deleted by Erik the Outgolfer
deleted 4 characters in body
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125
Loading
added 3 characters in body
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125
Loading
Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125
Loading

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