7 kyu

ASCII letters from Number

1,134 of 2,203ShellRox

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 Trained3036
Total Skips31
Total Code Submissions5047
Total Times Completed2203
Python Completions1134
JavaScript Completions924
Ruby Completions69
C Completions114
COBOL Completions3
TypeScript Completions73
Total Stars29
% of votes with a positive feedback rating92% of 512
Total "Very Satisfied" Votes441
Total "Somewhat Satisfied" Votes64
Total "Not Satisfied" Votes7
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