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 3.5, 18 bytes

Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

#Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

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

#Python 3.5, 18 bytes

print(*input(),'')
print(*input(),'')

This works because print's default separator is single space.

#Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

#Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

added 19 characters in body
Source Link
vaultah
  • 1.3k
  • 11
  • 15

#Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

#Python 3.5, 18 bytes

print(*input(),'')

print's default separator is single space.

#Python 3.5, 18 bytes

print(*input(),'')

This works because print's default separator is single space.

added 2 characters in body
Source Link
vaultah
  • 1.3k
  • 11
  • 15
Loading
Post Undeleted by vaultah
Post Deleted by vaultah
Post Undeleted by vaultah
deleted 28 characters in body
Source Link
vaultah
  • 1.3k
  • 11
  • 15
Loading
Post Deleted by vaultah
Source Link
vaultah
  • 1.3k
  • 11
  • 15
Loading

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