5 kyu

Multi Line Task: Hello World (Easy one)

Description:

You are provided with the following functions:

t = type
k = lambda x: lambda _: x

Write a function f that returns the string Hello, world!.

The rules are:

  • The solution should not exceed 33 lines
  • Every line should have at most 2 characters

Note: There is the same kata for this task on JS, but way harder than Python one, so it is the best option to create a separated kata with fair rank.

Puzzles

More By Author:

Check out these other kata created by bredor

Stats:

CreatedFeb 10, 2020
PublishedFeb 10, 2020
Warriors Trained1329
Total Skips55
Total Code Submissions2831
Total Times Completed256
Python Completions256
Total Stars31
% of votes with a positive feedback rating78% of 60
Total "Very Satisfied" Votes41
Total "Somewhat Satisfied" Votes11
Total "Not Satisfied" Votes8
Total Rank Assessments5
Average Assessed Rank
5 kyu
Highest Assessed Rank
4 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • bredor Avatar
  • FArekkusu Avatar
  • saudiGuy Avatar
Ad