7 kyu

ASCII letters from Number

927 of 2,214ShellRox

Description:

You have to create a function that converts integer given as string into ASCII uppercase letters or spaces.

All ASCII characters have their numerical order in table.

For example,

from ASCII table, character of number 65 is "A".

Numbers will be next to each other, So you have to split given number to two digit long integers.

Examples (input -> output)

'658776' -> 'AWL' (because in ASCII table 'A' is 65, 'W' is 87, 'L' is 76)
'73327673756932858080698267658369' ->'I LIKE UPPERCASE'

Good Luck!

Fundamentals

Stats:

CreatedFeb 11, 2017
PublishedFeb 11, 2017
Warriors Trained3046
Total Skips32
Total Code Submissions5071
Total Times Completed2214
Python Completions1140
JavaScript Completions927
Ruby Completions69
C Completions117
COBOL Completions4
TypeScript Completions75
Total Stars29
% of votes with a positive feedback rating92% of 514
Total "Very Satisfied" Votes441
Total "Somewhat Satisfied" Votes65
Total "Not Satisfied" Votes8
Total Rank Assessments32
Average Assessed Rank
7 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • ShellRox Avatar
  • SagePtr Avatar
  • ZozoFouchtra Avatar
  • zruF Avatar
  • trashy_incel Avatar
  • kirull Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • farhanaditya Avatar
  • saudiGuy Avatar
Ad