We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
ks
Jump to navigation
Jump to search
- Not to be confused with kS.
ks is minimalistic esolang just output ks and sk
commands
| command | description |
|---|---|
| k | output ks |
| s | output sk |
example
ks
output:
ks sk
python interpreter
print('\n'.join({'k': 'ks', 's': 'sk'}.get(c, "") for c in input()))