N = int(raw_input()) for i in range(0,N): string = raw_input() evenlist = [] oddlist = [] for item, char in enumerate(strg): if item % 2 == 0: evenlist.append(char) else: oddlist.append(char) print ''.join(even
// `http_post` construct admits: // - url (string type). Example: http://localhost:3000/api/v1/wrapBtc // - authorization_header (string type). Secret to add to the request `authorization` header when posting payloads { "then_that": { "http_post": { "url": "http://localhost:...
node_modules/.bin/eslint + - id: eslint + entry: node_modules/.bin/eslint diff --git a/README.md b/README.md index 4dd0fd7d10617..734f13efd5916 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,39 @@ Documentation is written in Markdown (via Remark) and MDX. [...